aggregator: remove DEBUG_FUNCPTR
[platform/upstream/gstreamer.git] / libs / gst / net / gstptp_private.h
1 #ifndef __GST_PTP_PRIVATE_H__
2 #define __GST_PTP_PRIVATE_H__
3
4 #include <glib.h>
5
6 enum
7 {
8   TYPE_EVENT,
9   TYPE_GENERAL,
10   TYPE_CLOCK_ID
11 };
12
13 typedef struct
14 {
15   guint16 size;
16   guint8 type;
17 } StdIOHeader;
18
19 #endif /* __GST_PTP_PRIVATE_H__ */