IPv4/6 reassembly
[vpp.git] / src / vnet / pg / pg.h
index a402783..111df91 100644 (file)
@@ -372,6 +372,13 @@ typedef struct
 
 clib_error_t *pg_capture (pg_capture_args_t * a);
 
+typedef struct
+{
+  vlib_buffer_t buffer;
+  u32 buffer_index;
+}
+pg_output_trace_t;
+
 #endif /* included_vlib_pg_h */
 
 /*