summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-12 01:16:40 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-12 01:19:32 +0200
commite9a967f9a0e9b2bf705a776c34635e6d1df73f1b (patch)
tree5649237602c08930561f13e2704a6bd95f8c5b90 /src/systemd
parent8e2f9ebf28f93241ed36469302e76de498aa8e87 (diff)
bus: make kdbus work so that we can exchange real messages
We have ignition, we have tremendous fire!
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h
index 5dcc5014c..748d76b02 100644
--- a/src/systemd/sd-bus.h
+++ b/src/systemd/sd-bus.h
@@ -33,6 +33,7 @@ extern "C" {
#endif
/* TODO:
+ * - instead of adding in padding iovec when sending simply extend header buffer
* - add page donation logic
* - api for appending/reading fixed arrays
* - merge busctl into systemctl or so?