chiark / gitweb /
bus: implement full method call timeout logic
[elogind.git] / src / libsystemd-bus / bus-message.h
index 0184d18dd9a0afca1195073c0e94adeafdb57411..ed1a4b87b1bab59b7f825f15e8d3bac09b12b4da 100644 (file)
@@ -87,6 +87,7 @@ struct sd_bus_message {
 
         struct iovec iovec[4];
         unsigned n_iovec;
+        size_t size;
 
         char *peeked_signature;
 };