aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/fsys-goaway.c
Commit message (Collapse)AuthorAgeFilesLines
* libnetfs: fix receiver lookups in fsys server functionsJustus Winter2014-02-251-7/+3
| | | | | | | | | | | | * mutations.h: Add translation functions. * netfs.h (struct netfs_control): New declaration. * priv.h: Define translation functions. * fsys-get-options.c: Fix receiver lookups. * fsys-getroot.c: Likewise. * fsys-goaway.c: Likewise. * fsys-set-options.c: Likewise. * fsys-syncfs.c: Likewise. * fsysstubs.c: Likewise.
* 2001-04-01 Roland McGrath <roland@frob.com>Roland McGrath2001-04-011-1/+0
| | | | | * Makefile (FSYSSRCS): Add fsys-goaway.c. * fsys-goaway.c: Don't include "priv.h" here.
* 2001-03-31 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-011-0/+53
* fsys-goaway.c (netfs_S_fsys_goaway): Actually implement it. * shutdown.c (netfs_attempt_shutdown): Likewise.