X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.h;h=1e562af76ffb4487d206be001a909ca0a6a9311d;hp=92af8170529fc1cbe3d5fa41d8bc79a2257f29d7;hb=9b406cbe5d20ba969713ca3d7a8033e697476d75;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3 diff --git a/signal.h b/signal.h index 92af8170..1e562af7 100644 --- a/signal.h +++ b/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Andre Noll + * Copyright (C) 2007 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);