From 7275453d856070e018ebb91ad6d4af39c8c746e5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 May 2014 23:58:59 +0200 Subject: reduce code complexity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-server/mds-server.h | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) (limited to 'src/mds-server/mds-server.h') diff --git a/src/mds-server/mds-server.h b/src/mds-server/mds-server.h index a6ed9d4..c4d166f 100644 --- a/src/mds-server/mds-server.h +++ b/src/mds-server/mds-server.h @@ -18,6 +18,7 @@ #ifndef MDS_MDS_SERVER_H #define MDS_MDS_SERVER_H + #include "client.h" #include "multicast.h" @@ -50,14 +51,6 @@ int message_received(client_t* client); */ void queue_message_multicast(char* message, size_t length, client_t* sender); -/** - * Receive a full message and update open status if the client closes - * - * @param client The client - * @return Zero on success, -2 on failure, otherwise -1 - */ -int fetch_message(client_t* client); - /** * Exec into the mdsinitrc script * @@ -65,31 +58,6 @@ int fetch_message(client_t* client); */ void run_initrc(char** args); -/** - * Marshal the server's state into a file - * - * @param fd The file descriptor - * @return Negative on error - */ -int marshal_server(int fd); - -/** - * Unmarshal the server's state from a file - * - * @param fd The file descriptor - * @return Negative on error - */ -int unmarshal_server(int fd); - -/** - * Create, start and detache a slave thread - * - * @param thread The address at where to store the thread - * @param socket_fd The file descriptor of the slave's socket - * @return Zero on success, -1 on error, error message will have been printed - */ -int create_slave(pthread_t* thread_slot, int socket_fd); - #endif -- cgit v1.2.3-70-g09d2