X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fltt-sessiond.h;h=491656e852b27650e53f4a2705773d1253cde13c;hp=f01fa2e166977dd6a4f69e623b82d6ac23dbd442;hb=91d76f53238ce994e91e1213e46c138b1b5529c6;hpb=5b74c7b1ca96399ba5c8bd0ce6974aea671198eb diff --git a/ltt-sessiond/ltt-sessiond.h b/ltt-sessiond/ltt-sessiond.h index f01fa2e16..491656e85 100644 --- a/ltt-sessiond/ltt-sessiond.h +++ b/ltt-sessiond/ltt-sessiond.h @@ -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 */