chiark / gitweb /
bus: fix test-bus-memfd
[elogind.git] / src / libsystemd-bus / kdbus.h
index bb339ae69c2985444dac78c426d8b65788068356..1f855b040be6138ea69d2545b96ad30ad59a6d47 100644 (file)
@@ -237,7 +237,7 @@ enum {
 /* Items to append to struct kdbus_cmd_hello */
 enum {
        KDBUS_HELLO_NULL,
-       KDBUS_HELLO_BUFFER,     /* kdbus_vec, userspace supplied buffer to
+       KDBUS_HELLO_POOL,       /* kdbus_vec, userspace supplied buffer to
                                 * place received messages */
 };