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/09/11 00:39:37 UTC

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

bnicholes    01/09/10 15:39:37

  Modified:    include/arch/netware threadproc.h
  Log:
  Added thread_name to the apr_threadattr_t for NetWare
  
  Revision  Changes    Path
  1.2       +1 -0      apr/include/arch/netware/threadproc.h
  
  Index: threadproc.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/netware/threadproc.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- threadproc.h	2001/08/15 00:17:01	1.1
  +++ threadproc.h	2001/09/10 22:39:37	1.2
  @@ -73,6 +73,7 @@
       apr_pool_t *cntxt;
       size_t stack_size;
       apr_int32_t detach;
  +    char *thread_name;
   };
   
   struct apr_threadkey_t {