diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-server.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mds-server.h b/src/mds-server.h index db1e122..b58fbcf 100644 --- a/src/mds-server.h +++ b/src/mds-server.h @@ -83,6 +83,14 @@ void run_initrc(char** args); */ void sigusr1_trap(int signo); +/** + * Marshal the servers state into a pipe + * + * @param fd The write end of the pipe + * @return Negative on error + */ +int marshal_server(int fd); + #endif |