summaryrefslogtreecommitdiffstats
path: root/utils/statd/statd.h
Commit message (Collapse)AuthorAgeFilesLines
* statd - keep persistent state in sm/* files.Neil Brown2007-03-291-0/+1
| | | | | | | | | | | | If statd dies and is restarted, it forgets what peers the kernel is interested in monitoring, and so will not forward NOTIFY requests properly. With this patch the required information is recorded in the files in /var/lib/nfs/sm/* so that a kill/restart does what you might hope. Signed-off-by: Neil Brown <neilb@suse.de>
* Allow rpc.statd to *not* run sm-notify.Neil Brown2007-03-201-1/+1
| | | | | With -L (for Listen-only) or --no-notify, statd will not run sm-notify.
* Remove notify functionality from statd in favour of sm-notifyNeil Brown2007-03-201-1/+0
| | | | | statd now execs sm-notify to notify peers and only listens to monitor requests and remote notifications itself.
* Fix a number of the easier compile warnings: unused variables,Greg Banks2006-06-221-1/+1
| | | | unused labels, constness, signedness.
* Autogen updateneilbrown2005-12-201-1/+4
|
* Assorted changes from Steve Dicksonneilbrown2005-10-061-0/+1
|
* Support --ha-callout for high-availability calloutsneilbrown2004-09-061-0/+2
|
* -N for statdneilbrown2002-09-021-1/+1
|
* Support "-P path" in statd as alternate to /var/lib/nfsneilbrown2002-09-021-5/+15
|
* Added a bitflag-based global to keep track of how statd is being run.lon2000-10-051-0/+19
|
* Initial revisionhjl1999-10-181-0/+58