convert xstat and friends to pthreads 53/12753/13
authorMichael Meffie <mmeffie@sinenomine.net>
Tue, 17 Oct 2017 20:39:50 +0000 (16:39 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 25 Jan 2019 23:13:21 +0000 (18:13 -0500)
commit6b67cac432043a43d7cdfa6af972ab54412aff94
tree8ac8bcb84eff8dd2ad09cbd0c3a34294408920d2
parent6575af97f4baf1728882ebe8f4ce474334f52ea5
convert xstat and friends to pthreads

Convert the xstat, fsprobe, and gtx libraries and test programs to
pthreads. Build these libraries with libtool.

Build the scout and afsmonitor programs with pthreads instead of LWP.

Change-Id: Ie1737e71b4e57735bf7b6c7dc3177d717ea35ac6
Reviewed-on: https://gerrit.openafs.org/12753
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
19 files changed:
src/afsmonitor/Makefile.in
src/fsprobe/.gitignore
src/fsprobe/Makefile.in
src/fsprobe/fsprobe.c
src/fsprobe/liboafs_fsprobe.la.sym [new file with mode: 0644]
src/gtx/Makefile.in
src/gtx/input.c
src/gtx/liboafs_gtx.la.sym [new file with mode: 0644]
src/scout/Makefile.in
src/scout/scout.c
src/xstat/.gitignore
src/xstat/Makefile.in
src/xstat/NTMakefile
src/xstat/liboafs_xstat_cm.la.sym [new file with mode: 0644]
src/xstat/liboafs_xstat_fs.la.sym [new file with mode: 0644]
src/xstat/xstat_cm.c
src/xstat/xstat_cm_test.c
src/xstat/xstat_fs.c
src/xstat/xstat_fs_test.c