Lines Matching defs:GAConfig
72 typedef struct GAConfig GAConfig; typedef
74 struct GAConfig { struct
75 char *channel_path;
76 char *method;
77 char *log_filepath;
78 char *pid_filepath;
80 char *fsfreeze_hook;
82 char *state_dir;
84 const char *service;
86 gchar *bliststr; /* blockedrpcs may point to this string */
87 gchar *aliststr; /* allowedrpcs may point to this string */
88 GList *blockedrpcs;
89 GList *allowedrpcs;
90 int daemonize;
91 GLogLevelFlags log_level;
92 int dumpconf;
93 bool retry_path;