Move traceable app. data to a seperate C file
[lttng-tools.git] / ltt-sessiond / ltt-sessiond.h
index f01fa2e166977dd6a4f69e623b82d6ac23dbd442..491656e852b27650e53f4a2705773d1253cde13c 100644 (file)
@@ -48,20 +48,4 @@ struct ltt_ust_marker {
        char *channel;
 };
 
-/* Traceable application list */
-struct ltt_traceable_app_list {
-       struct cds_list_head head;
-};
-
-/*
- * Registered traceable applications. Libust registers
- * to the session daemon and a linked list is kept
- * of all running traceable app.
- */
-struct ltt_traceable_app {
-       struct cds_list_head list;
-       pid_t pid;
-       uid_t uid;              /* User ID that owns the apps */
-};
-
 #endif /* _LTT_SESSIOND_H */
This page took 0.026624 seconds and 5 git commands to generate.