You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/09/17 02:38:07 UTC

cvs commit: modperl-2.0/xs/maps apr_functions.map apr_types.map

dougm       01/09/16 17:38:07

  Modified:    xs/maps  apr_functions.map apr_types.map
  Log:
  add new api mappings
  
  Revision  Changes    Path
  1.20      +16 -0     modperl-2.0/xs/maps/apr_functions.map
  
  Index: apr_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- apr_functions.map	2001/09/15 18:17:31	1.19
  +++ apr_functions.map	2001/09/17 00:38:07	1.20
  @@ -299,6 +299,22 @@
    apr_thread_pool_get
    apr_thread_yield
   
  +-MODULE=APR::ThreadCond
  + apr_thread_cond_broadcast
  + apr_thread_cond_create
  + apr_thread_cond_destroy
  + apr_thread_cond_signal
  + apr_thread_cond_wait
  +
  +-MODULE=APR::ThreadRWLock
  + apr_thread_rwlock_create
  + apr_thread_rwlock_destroy
  + apr_thread_rwlock_rdlock
  + apr_thread_rwlock_tryrdlock
  + apr_thread_rwlock_trywrlock
  + apr_thread_rwlock_unlock
  + apr_thread_rwlock_wrlock
  +
   -MODULE=APR::ThreadKey
    apr_threadkey_data_get
    apr_threadkey_data_set
  
  
  
  1.10      +2 -0      modperl-2.0/xs/maps/apr_types.map
  
  Index: apr_types.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_types.map,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- apr_types.map	2001/09/10 06:42:51	1.9
  +++ apr_types.map	2001/09/17 00:38:07	1.10
  @@ -106,6 +106,8 @@
   struct apr_threadattr_t      | UNDEFINED
   struct apr_thread_mutex_t    | UNDEFINED
   struct apr_thread_once_t     | UNDEFINED
  +struct apr_thread_cond_t     | UNDEFINED
  +struct apr_thread_rwlock_t   | UNDEFINED
   
   #signal stuff
   apr_signum_t                 | UNDEFINED