Use updated event definitions
[lttv.git] / lttv / lttv / sync / event_processing_lttng_common.c
index f25e0b61d4bb18b06d4e05cd78375374d353b72d..4a982e0ab2c95350fb0c0dfc6156fd7ce22b809d 100644 (file)
 #include "event_processing_lttng_common.h"
 
 
-#ifndef g_info
-#define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)
-#endif
-
-
 /*
  * Initialize the GQuarks needed to register the event hooks for
  * synchronization
@@ -124,7 +119,7 @@ void registerHooks(GArray* hookListList, LttvTracesetContext* const
                        .eventName= LTT_EVENT_UDPV4_RCV_EXTENDED,
                        .fields= FIELD_ARRAY(LTT_FIELD_SKB, LTT_FIELD_SADDR,
                                LTT_FIELD_DADDR, LTT_FIELD_UNICAST, LTT_FIELD_ULEN,
-                               LTT_FIELD_DATA_START),
+                               LTT_FIELD_SOURCE, LTT_FIELD_DEST, LTT_FIELD_DATA_START),
                        .eventTypes[TCP]= false,
                        .eventTypes[UDP]= true,
                }
This page took 0.023519 seconds and 4 git commands to generate.