From 1f907268543af79338988082ab0f7f7344d01cb8 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Tue, 8 Jan 2019 10:22:51 -0500 Subject: always enable vxi now --- instr-daemon.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'instr-daemon.c') 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); -- cgit