summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/pg/pg.h
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-11-08 13:20:42 +0100
committerDave Barach <openvpp@barachs.net>2016-11-08 19:29:53 +0000
commit3a4ed3934585eb841fa36f6f062adf4dce9b4661 (patch)
treed8e2095e3990897140e31796a53c50ba4a960017 /vnet/vnet/pg/pg.h
parent9f6186e055eeb7f25a6ff43834c4bcee56699b3c (diff)
pg: maintain per-worker bitmap of enabled streams
Change-Id: I38e476c8080faa5a8647ce6be5a71090e0aa8d5b Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vnet/vnet/pg/pg.h')
-rw-r--r--vnet/vnet/pg/pg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/pg/pg.h b/vnet/vnet/pg/pg.h
index 1cd42229882..a4027834035 100644
--- a/vnet/vnet/pg/pg.h
+++ b/vnet/vnet/pg/pg.h
@@ -313,7 +313,7 @@ typedef struct pg_main_t
pg_stream_t *streams;
/* Bitmap indicating which streams are currently enabled. */
- uword *enabled_streams;
+ uword **enabled_streams;
/* Hash mapping name -> stream index. */
uword *stream_index_by_name;