chiark / gitweb /
bus: enforce endianess and marshalling for messages we send
[elogind.git] / src / libsystemd-bus / bus-internal.h
index 1be7488ab93f8067a60a8fca622f4f83ec824a56..df9a0b571ccdb522338ddb9539d21fda0514ffd5 100644 (file)
@@ -147,6 +147,7 @@ struct sd_bus {
         enum bus_state state;
         int input_fd, output_fd;
         int message_version;
+        int message_endian;
 
         bool is_kernel:1;
         bool can_fds:1;