X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.h;h=256f1067b32d48fafdaeb0813b4b3124af3fca5e;hp=822b73d8be896d2ceab63ed1b63cf089070f9f50;hb=d67061d23fa2757b7d06328bfc9f4e5c3c733f40;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0 diff --git a/signal.h b/signal.h index 822b73d8..256f1067 100644 --- a/signal.h +++ b/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 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);