X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.h;h=0cf3bac2a77f8473fc649dc81c787557ab96ea28;hb=6fb3d7c581d32e0599969bc1842771754168cca1;hp=2849ca17588a989882dc3695598f273cc9ad2202;hpb=cd7538b224bbe4fb287b96903678df6ae435522c;p=bertos.git diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index 2849ca17..0cf3bac2 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -122,8 +122,7 @@ typedef struct Process iptr_t user_data; /**< Custom data passed to the process */ #if CONFIG_KERN_SIGNALS - sigmask_t sig_wait; /**< Signals the process is waiting for */ - sigmask_t sig_recv; /**< Received signals */ + Signal sig; #endif #if CONFIG_KERN_HEAP