]> granicus.if.org Git - apache/commitdiff
Oops... not yet
authorJim Jagielski <jim@apache.org>
Wed, 13 May 2009 19:18:53 +0000 (19:18 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 13 May 2009 19:18:53 +0000 (19:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774497 13f79535-47bb-0310-9956-ffa450edef68

modules/mem/mod_sharedmem.c

index a82dfcd64a84bd9705b48113630e581bfa6c12db..cc054bd1821a656b42a640ac0d7d3dfa1320dff1 100644 (file)
@@ -48,7 +48,7 @@ struct ap_slotmem_t {
     apr_pool_t           *gpool;      /* per segment global pool */
     apr_global_mutex_t   *smutex;     /* mutex */
     struct ap_slotmem_t  *next;       /* location of next allocated segment */
-    unsigned int         *inuse;      /* is-use flag table*/
+    char                 *inuse;      /* in-use flag table*/
 };