OSSP CVS Repository

ossp - Difference in ossp-pkg/rc/rc_private.h versions 1.8 and 1.9
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/rc/rc_private.h 1.8 -> 1.9

--- rc_private.h 2002/04/08 15:37:10     1.8
+++ rc_private.h 2002/04/09 17:01:54     1.9
@@ -60,10 +60,9 @@
     ((rv) != RC_OK && (ex_catching && !ex_shielding) \
      ? (ex_throw(RC_STR_ID, NULL, (rv)), (rv)) : (rv))
 
-
-typedef struct {    /* Main rc configuration storage        */
-    void *pvFixme;  /* Storage of configuration values      */
-    int nLocks;     /* Server locks, not thread-safe FIXME  */
-} rc_config_t;
+typedef struct {    /* Simple linked list definition    */
+    void *pvData;
+    void *pvNext;
+} rc_list_t;
 
 #endif /* __OSSPRC_PRIVATE_H__ */

CVSTrac 2.0.1