From 9f25629921f5ba214dd8c4babe69bf75a27fbcd2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 4 May 2014 21:00:30 +0200 Subject: populate address remap table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-server.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mds-server.h') diff --git a/src/mds-server.h b/src/mds-server.h index 12cd178..0658e12 100644 --- a/src/mds-server.h +++ b/src/mds-server.h @@ -94,9 +94,10 @@ int marshal_server(int fd); /** * Unmarshal the server's state from a pipe * - * @param fd The read end of the pipe + * @param fd The read end of the pipe + * @return Negative on error */ -void unmarshal_server(int fd); +int unmarshal_server(int fd); #endif -- cgit v1.2.3-70-g09d2