X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.h;h=256f1067b32d48fafdaeb0813b4b3124af3fca5e;hp=266b3aba4df97de8c4ecafbaaa03065840f99f01;hb=bc15c3ff65eb00e04ebc303cfa9ee3d1a4675b35;hpb=3150a0caa27a34d44556fb77f4a5aebc3d978580 diff --git a/signal.h b/signal.h index 266b3aba..256f1067 100644 --- a/signal.h +++ b/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Andre Noll + * Copyright (C) 2007-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -13,7 +13,7 @@ struct signal_task { /** The signal pipe. */ int fd; /** The associated task structure. */ - struct task task; + struct task *task; }; int para_signal_init(void);