X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching.h;h=e30cda8e15fd0defe8b56010a72570283011daa0;hb=f6691532b67cb6911749118e3da8d74de876380c;hp=55c42243f5711d484a7750da28becd2d80deab89;hpb=fea7219b7d953f8c2677f497f010495cfa095b00;p=lttv.git diff --git a/lttv/lttv/sync/event_matching.h b/lttv/lttv/sync/event_matching.h index 55c42243..e30cda8e 100644 --- a/lttv/lttv/sync/event_matching.h +++ b/lttv/lttv/sync/event_matching.h @@ -29,6 +29,7 @@ struct _SyncState; typedef struct { char* name; + bool canMatch[TYPE_COUNT]; void (*initMatching)(struct _SyncState* const syncState); void (*destroyMatching)(struct _SyncState* const syncState);