diff options
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 24ca15b..9059208 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -346,12 +346,13 @@ int main(int argc, char **argv) g_timeout_add (20, (GSourceFunc) periodic_poll, NULL); g_timeout_add (100, (GSourceFunc) finish_boot, NULL); - if (globals.Flash.vxi_enabled) { +// if (globals.Flash.vxi_enabled) { +// always enable vxi now GThread *vxithread =g_thread_create(vxithreadfunc, NULL, FALSE, NULL); if(vxithread == NULL) { printf("Couldn't create vxi thread\n"); } - } +// } g_main_loop_run (loop); |