Searched defs:GAState (Results 1 – 2 of 2) sorted by relevance
96 struct GAState { struct97 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;[all …]
25 typedef struct GAState GAState; typedef