X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=signal.h;h=a15349cae9b703a3aeb546a3fc321bdda1d57aa8;hb=5254df7e470dc49a29f91fa8185b98c40246f5ea;hp=266b3aba4df97de8c4ecafbaaa03065840f99f01;hpb=3b447b02e2d74d596ecf6f5f764bf847653d407c;p=paraslash.git diff --git a/signal.h b/signal.h index 266b3aba..a15349ca 100644 --- a/signal.h +++ b/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 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);