summaryrefslogtreecommitdiff
path: root/instr-daemon.c
diff options
context:
space:
mode:
authordaniel <daniel@roi>2013-01-05 16:24:57 +0900
committerdaniel <daniel@roi>2013-01-05 16:24:57 +0900
commit42d30a78def5b5a0f48ce47f0e8cd77eaf8a2452 (patch)
tree826dc3a25092e51ae9743a643667137b6e0f8583 /instr-daemon.c
parent800ddf8f3774597724678bcc875e915ae85511bb (diff)
Wedge the server part of the VXI-11 stuff in here. It doesn't actually do very much at the moment.
Diffstat (limited to 'instr-daemon.c')
-rw-r--r--instr-daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/instr-daemon.c b/instr-daemon.c
index a74cdbd..66cc4d5 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -285,6 +285,7 @@ int main(int argc, char **argv)
g_timeout_add (20, (GSourceFunc) periodic_poll, NULL);
g_timeout_add (100, (GSourceFunc) finish_boot, NULL);
+ vxi_main ();
g_main_loop_run (loop);
bus_shutdown();