comparison Plugins/Input/sid/xs_config.h @ 304:d0e9693d2115 trunk

[svn] Convert to configdb. GThreadify and peel off layer of threading macro madness.
author chainsaw
date Sat, 17 Dec 2005 11:11:13 -0800
parents 1b82a9932b60
children
comparison
equal deleted inserted replaced
303:57d01c5bd39f 304:d0e9693d2115
113 gboolean subAutoEnable, 113 gboolean subAutoEnable,
114 subAutoMinOnly; 114 subAutoMinOnly;
115 gint subAutoMinTime; 115 gint subAutoMinTime;
116 } xs_cfg; 116 } xs_cfg;
117 117
118 XS_MUTEX_H(xs_cfg);
119
120 /* 118 /*
121 * Configuration-file 119 * Configuration-file
122 */ 120 */
123 enum { 121 enum {
124 CTYPE_INT = 1, 122 CTYPE_INT = 1,