ossp-pkg/rc/rc_private.h 1.5 -> 1.6
--- rc_private.h 2002/02/28 18:24:04 1.5
+++ rc_private.h 2002/03/01 22:48:23 1.6
@@ -63,10 +63,9 @@
#include "val.h"
-/* Main rc configuration storage */
-typedef struct {
- val_t *pVal; /* Storage of configuration values */
- int nLocks; /* Server locks, probably not thread-safe */
+typedef struct { /* Main rc configuration storage */
+ val_t *pOpt; /* Storage of configuration values */
+ int nLocks; /* Server locks, not thread-safe though */
} rc_config_t;
#endif /* __OSSPRC_PRIVATE_H__ */
|
|