Graphical support with empty template for STM32VLDiscovery board added to the wizard.
[bertos.git] / bertos / kern / proc.h
index 2849ca17588a989882dc3695598f273cc9ad2202..0cf3bac2a77f8473fc649dc81c787557ab96ea28 100644 (file)
@@ -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