X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=lttv%2Flttv%2Fsync%2Fdata_structures.h;h=0eab539387637beb7decc554c3fcd1f960160ee7;hb=66eaf2eba602c331d08677dbb59ec3f9e40f0ccc;hp=014b7da105cc8172f836f42e3d21fac8ea49b437;hpb=467066eeab8b0a4e5ea07d24f1840310730fd470;p=lttv.git diff --git a/lttv/lttv/sync/data_structures.h b/lttv/lttv/sync/data_structures.h index 014b7da1..0eab5393 100644 --- a/lttv/lttv/sync/data_structures.h +++ b/lttv/lttv/sync/data_structures.h @@ -160,6 +160,7 @@ void destroyTCPEvent(Event* const event); void destroyUDPEvent(Event* const event); void gfDestroyEvent(gpointer data, gpointer user_data); double wallTimeSub(const WallTime const* tA, const WallTime const* tB); +void gfAddEventToArray(gpointer data, gpointer user_data); // Message-related functions void printTCPSegment(const Message* const segment);