X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysdep_decls.h;h=33a94e752fc5b1652f5014510520f8ebf36762c7;hb=eb297549d5f663c2246308c736abde21f5478cf9;hp=8c7e3059b348ebd9ecb3f0adf9f178380c373b44;hpb=6c27cc8c0a96c5670c590b830f901b22bd257ae9;p=citadel.git diff --git a/citadel/sysdep_decls.h b/citadel/sysdep_decls.h index 8c7e3059b..33a94e752 100644 --- a/citadel/sysdep_decls.h +++ b/citadel/sysdep_decls.h @@ -141,6 +141,7 @@ extern struct CtdlThreadNode { long number; /* A unigue number for this thread (not implimented yet) */ int wakefd_recv; /* An fd that this thread can sleep on (not implimented yet) */ int wakefd_send; /* An fd that this thread can send out on (Not implimented yet) */ + int signal; /* A field to store a signal we caught. */ const char *name; /* A name for this thread */ void *(*thread_func) (void *arg); /* The actual function that does this threads work */ void *user_args; /* Arguments passed to this threads work function */