X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.h;h=1e562af76ffb4487d206be001a909ca0a6a9311d;hp=92af8170529fc1cbe3d5fa41d8bc79a2257f29d7;hb=00b149c25084c7e98b995c155344051df5f7da1e;hpb=f652ce6afe7f6fd0e42814505234cbf4321a736e 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);