Lines Matching defs:GAState
96 struct GAState { struct
97 JSONMessageParser parser;
98 GMainLoop *main_loop;
99 GAChannel *channel;
100 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
101 GACommandState *command_state;
102 GLogLevelFlags log_level;
103 FILE *log_file;
104 bool logging_enabled;
106 GAService service;
107 HANDLE wakeup_event;
108 HANDLE event_log;
132 struct GAState *ga_state; argument