summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-05-22 16:02:21 +0200
committerLennart Poettering <lennart@poettering.net>2013-05-22 16:04:39 +0200
commit8f155917bf5c11c8f156d7f25f242257d6086cb9 (patch)
tree5b34963cd80961ca0353f93e0598e1a2b6451738 /src/libsystemd-bus/bus-internal.h
parent2927b326ccf67236e148444679f582ea1437ef5a (diff)
bus: add benchmark tool to determine the right threshold for copying vs. memfd
Diffstat (limited to 'src/libsystemd-bus/bus-internal.h')
-rw-r--r--src/libsystemd-bus/bus-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h
index 147a83c045..30b8d519a0 100644
--- a/src/libsystemd-bus/bus-internal.h
+++ b/src/libsystemd-bus/bus-internal.h
@@ -111,6 +111,8 @@ struct sd_bus {
bool filter_callbacks_modified:1;
bool object_callbacks_modified:1;
+ int use_memfd;
+
void *rbuffer;
size_t rbuffer_size;