]> git.decadent.org.uk Git - nfs-utils.git/commit
nfsdcld: add client tracking daemon stub
authorJeff Layton <jlayton@redhat.com>
Thu, 26 Apr 2012 15:22:46 +0000 (11:22 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 26 Apr 2012 17:25:03 +0000 (13:25 -0400)
commitaff33d2e1fd7b4c8d91ff0cc5ea6ec4da125e1e0
treece82a9e15eab463a98fdc5e37cb0e164ffdbd474
parent16f151834e63d8df9f852b7e265f17c689553c35
nfsdcld: add client tracking daemon stub

This program opens and "listens" on the new nfsd/cld rpc_pipefs pipe.
The code here doesn't actually do anything on stable storage yet. That
will be added in a later patch.

The patch also adds a autoconf enable switch for the new daemon that
defaults to "no", and a test for the upcall description header file.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac
support/include/cld.h [new file with mode: 0644]
utils/Makefile.am
utils/nfsdcld/Makefile.am [new file with mode: 0644]
utils/nfsdcld/nfsdcld.c [new file with mode: 0644]