summaryrefslogtreecommitdiff
path: root/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'connection.h')
-rw-r--r--connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/connection.h b/connection.h
index 43a9b6191d3..36e41583316 100644
--- a/connection.h
+++ b/connection.h
@@ -58,6 +58,7 @@
* @reply_count: Number of requests this connection has issued, and
* waits for replies from the peer
* @wait: Wake up this endpoint
+ * @security: LSM security blob
*/
struct kdbus_conn {
struct kref kref;
@@ -92,6 +93,7 @@ struct kdbus_conn {
size_t msg_count;
atomic_t reply_count;
wait_queue_head_t wait;
+ void *security;
};
struct kdbus_kmsg;