chiark / gitweb /
bus: split socket related code into bus-socket.[ch], to prepare for kdbus backend
[elogind.git] / src / libsystemd-bus / sd-bus.h
index e5990ad4310e1d6b2560649ae53a570eb87e88a0..a15cc26e3f0acca20974318e09229acd23a2f6fa 100644 (file)
 #include <inttypes.h>
 #include <sys/types.h>
 
+#include <sd-id128.h>
 #include "sd-bus-protocol.h"
 
 /* TODO:
  * - implicitly add stub introspection calls
  * - server side
- * - split out actual sending logic into backend-socket.c
  *
  * Later:
  * - add page donation logic