]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.h
server: Shutdown the scheduler before handling commands.
[paraslash.git] / server.h
index 1852dd50962b78a72d270bb1d20e61eb0d9911c4..fb92beff81218b9554cb4339a4e1105cfaf2d151 100644 (file)
--- a/server.h
+++ b/server.h
@@ -113,6 +113,6 @@ extern struct lls_parse_result *server_lpr;
 #define ENUM_STRING_VAL(_name) (lls_enum_string_val(OPT_UINT32_VAL(_name), \
        lls_opt(LSG_SERVER_PARA_SERVER_OPT_ ## _name, CMD_PTR)))
 
-__noreturn void handle_connect(int fd);
+int handle_connect(int fd);
 void parse_config_or_die(bool reload);
 char *server_get_tasks(void);