chiark / gitweb /
bus-proxy: extract proxy into Proxy object
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 16 Jan 2015 13:19:19 +0000 (14:19 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sat, 17 Jan 2015 10:55:14 +0000 (11:55 +0100)
commitc0395aeb903cde25bd9e81fba3334f63335fe0ef
treea3f1ba19b4d4660f77bfb9c6d3cb449454fc933f
parent91fd0103cc1525c66e3efb03ef781e9553437724
bus-proxy: extract proxy into Proxy object

Move all the proxy code into a "struct Proxy" object that can be used
from multiple binaries.

We now dropped SMACK as we have to refactor it to work properly. We can
introduce it later on.
Makefile.am
src/bus-proxyd/bus-proxyd.c
src/bus-proxyd/proxy.c [new file with mode: 0644]
src/bus-proxyd/proxy.h [new file with mode: 0644]