X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.h;h=a15349cae9b703a3aeb546a3fc321bdda1d57aa8;hp=92af8170529fc1cbe3d5fa41d8bc79a2257f29d7;hb=751fface082c907983978023bdcb43540a462192;hpb=c5e38315901ea63efd169af5d4ba3f3c66db7de9 diff --git a/signal.h b/signal.h index 92af8170..a15349ca 100644 --- a/signal.h +++ b/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 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);