Searched defs:GAState (Results 1 – 2 of 2) sorted by relevance
95 struct GAState { struct96 JSONMessageParser parser;97 GMainLoop *main_loop;98 GAChannel *channel;99 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */100 GACommandState *command_state;101 GLogLevelFlags log_level;102 FILE *log_file;103 bool logging_enabled;128 struct GAState *ga_state; argument
21 typedef struct GAState GAState; typedef