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