You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2001/10/05 18:56:21 UTC

cvs commit: apr/include/arch/netware threadproc.h

bnicholes    01/10/05 09:56:21

  Modified:    include/arch/netware threadproc.h
  Log:
  Updated the thread info structure to handle multiple argument thread functions
  
  Revision  Changes    Path
  1.3       +5 -0      apr/include/arch/netware/threadproc.h
  
  Index: threadproc.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/netware/threadproc.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- threadproc.h	2001/09/10 22:39:37	1.2
  +++ threadproc.h	2001/10/05 16:56:21	1.3
  @@ -67,6 +67,11 @@
       apr_pool_t *cntxt;
       NXContext_t ctx;
       NXThreadId_t td;
  +    char *thread_name;
  +    apr_int32_t cancel;
  +    apr_int32_t cancel_how;
  +    void *data;
  +    apr_thread_start_t func;
   };
   
   struct apr_threadattr_t {