From 0f437184b687af58c5c4b2e3201a83d98485b0e4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Dec 2013 19:58:46 +0100 Subject: bus: enforce endianess and marshalling for messages we send --- src/libsystemd-bus/bus-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd-bus/bus-internal.h') diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h index 1be7488ab9..df9a0b571c 100644 --- a/src/libsystemd-bus/bus-internal.h +++ b/src/libsystemd-bus/bus-internal.h @@ -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; -- cgit v1.2.3-54-g00ecf