X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fsession.h;fp=ltt-sessiond%2Fsession.h;h=11f9b9ace8986b0366e046d5787a7803fa38180c;hp=96ecc217ee2daabd1acfcf21915afd0d868af9d2;hb=5e16da05d15eb413f28dea441e1bc49809cddc9b;hpb=50dc1fa67a38503ba9426e3d78edb17f48446796 diff --git a/ltt-sessiond/session.h b/ltt-sessiond/session.h index 96ecc217e..11f9b9ace 100644 --- a/ltt-sessiond/session.h +++ b/ltt-sessiond/session.h @@ -22,6 +22,11 @@ #include #include +/* + * FIXME: create a cmd_context structure to pass this kind of + * information around as parameter. Will facilitate multithreaded design + * later. + */ extern struct ltt_session *current_session; /* Global session list */