libnfs/examples
Vitaliy Filippov 45430b3c38 Add an opaque pointer argument to service_proc
Without this argument it's impossible to pass an object instance to procedure
callbacks which basically forces users to either use global variables or to
write additional boilerplate code and find object instances from rpc_context
pointer values.
2022-02-06 02:29:39 +03:00
..
CMakeLists.txt fixed CMake build on windows, few trivial fixes 2019-09-12 15:07:35 -05:00
Makefile.am multithreading: fix race for waking blocked worker threads 2021-12-31 08:28:20 +10:00
ld_nfs.c examples/ld_nfs.c: feature: faking uid and gid 2017-11-26 16:24:03 +01:00
nfs-fh.c add nfs_umount() which will unregister the client from the mount daemon 2018-12-29 13:56:29 +10:00
nfs-io.c multithreading: make nfs_get_error() work for multithreaded applications 2022-01-28 10:38:32 +10:00
nfs-ln.c Move win32/win32_compat.h to include/win32/win32_compat.h 2018-04-16 19:42:38 +00:00
nfs-pthreads-example.c initial pthread support 2021-10-14 16:31:26 +10:00
nfs-pthreads-fstat.c multithreading: make nfs_get_error() work for multithreaded applications 2022-01-28 10:38:32 +10:00
nfs4-cat-talloc.c Add an opaque pointer argument to service_proc 2022-02-06 02:29:39 +03:00
nfs4-cat.c Add an opaque pointer argument to service_proc 2022-02-06 02:29:39 +03:00
nfsclient-async.c Move win32/win32_compat.h to include/win32/win32_compat.h 2018-04-16 19:42:38 +00:00
nfsclient-bcast.c Move win32/win32_compat.h to include/win32/win32_compat.h 2018-04-16 19:42:38 +00:00
nfsclient-listservers.c Move win32/win32_compat.h to include/win32/win32_compat.h 2018-04-16 19:42:38 +00:00
nfsclient-raw.c Allow setting max read/write size from the api 2021-08-10 16:29:42 +10:00
nfsclient-sync.c Move win32/win32_compat.h to include/win32/win32_compat.h 2018-04-16 19:42:38 +00:00
portmap-client.c fixed CMake build on windows, few trivial fixes 2019-09-12 15:07:35 -05:00
portmap-server.c Add an opaque pointer argument to service_proc 2022-02-06 02:29:39 +03:00