Add user data for private port
[babeltrace.git] / include / babeltrace / graph / port-internal.h
index 85d9d76bfa7ade1698f3900b8abe95f642a7a033..3a277674961139b7d96f48c36260e0ea9a1990f4 100644 (file)
@@ -38,6 +38,7 @@ struct bt_port {
        enum bt_port_type type;
        GString *name;
        struct bt_connection *connection;
+       void *user_data;
 };
 
 static inline
This page took 0.024119 seconds and 4 git commands to generate.