[sheepdog] [PATCH] lib/work: fix compiler warning messages

Ruoyu liangry at ucweb.com
Mon Mar 2 11:44:11 CET 2015


The patch dismisses the compiler warnings due to the introduction
of commit f9f62752.

Signed-off-by: Ruoyu <liangry at ucweb.com>
---
 lib/work.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/work.c b/lib/work.c
index f10ddaa..25260b4 100644
--- a/lib/work.c
+++ b/lib/work.c
@@ -127,7 +127,7 @@ void resume_worker_threads(void)
 	}
 }
 
-static void suspend(int num)
+static void suspend(int num, siginfo_t *info, void *context)
 {
 	int uninitialized_var(value);
 
-- 
1.8.3.2





More information about the sheepdog mailing list