diff options
author | Damjan Marion <damarion@cisco.com> | 2017-02-03 21:16:16 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2017-02-03 21:16:16 +0100 |
commit | bfe4dfa7089b5d2c03aa607ab72abbcd840cbbce (patch) | |
tree | f7f95f988229c70a45916367cfce104d0c27eb6c /src/vnet/pg/pg.h | |
parent | 62411e7d82dc4562003651a53e723ea938be2ebd (diff) |
pg: add trace information for pg tx node
Change-Id: I31730d58c34331f25f5b02cd065be94251f1302c
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vnet/pg/pg.h')
-rw-r--r-- | src/vnet/pg/pg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vnet/pg/pg.h b/src/vnet/pg/pg.h index a4027834035..111df91ae99 100644 --- a/src/vnet/pg/pg.h +++ b/src/vnet/pg/pg.h @@ -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 */ /* |