X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.h;h=0cf3bac2a77f8473fc649dc81c787557ab96ea28;hb=f27e89243740eda77ee5a845e0b7a38f6964f9e2;hp=d4284ffd7210cb5af71451c61e3b2be6a872c228;hpb=e5cf108988c4259d52872a9cc17728a97fdb1201;p=bertos.git diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index d4284ffd..0cf3bac2 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -30,10 +30,8 @@ * Copyright 1999, 2000, 2001, 2008 Bernie Innocenti * --> * - * \defgroup kern Kernel facilities - * \{ - * * \defgroup kern_proc Process (Threads) management + * \ingroup kern * \{ * * \brief BeRTOS Kernel core (Process scheduler). @@ -124,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 @@ -448,6 +445,5 @@ INLINE struct Process *proc_current(void) #endif #endif /** \} */ //defgroup kern_proc -/** \} */ //defgroup kern #endif /* KERN_PROC_H */