chiark / gitweb /
bus-proxy: factor out code for driver handling and message synthesis
authorDaniel Mack <daniel@zonque.org>
Thu, 15 Jan 2015 12:56:44 +0000 (13:56 +0100)
committerDaniel Mack <daniel@zonque.org>
Thu, 15 Jan 2015 13:08:05 +0000 (14:08 +0100)
commitf3c4724635951c5b8a2b3f3c3f25798ce4d290cd
tree3d4e5cf5ff7b96df550e1d63af293e1564d50fca
parent835214146b60edfcec00075558ccc4238cc1ffe4
bus-proxy: factor out code for driver handling and message synthesis

Move synthesize_*() into synthesize.c and bus_proxy_process_driver() into
driver.c for better code separation.
Makefile.am
src/bus-proxyd/bus-proxyd.c
src/bus-proxyd/driver.c [new file with mode: 0644]
src/bus-proxyd/driver.h [new file with mode: 0644]
src/bus-proxyd/synthesize.c [new file with mode: 0644]
src/bus-proxyd/synthesize.h [new file with mode: 0644]