X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fpg%2Fpg.h;h=20852ba18d190fe73e7bbeac250d2d195d994c89;hb=dac03527f64216e132953a1a1d47b414e6841c68;hp=111df91ae99b169ec84ef1e73caf3718361d477d;hpb=f429a93d95c73bafdc7244799703abc051127ca8;p=vpp.git diff --git a/src/vnet/pg/pg.h b/src/vnet/pg/pg.h index 111df91ae99..20852ba18d1 100644 --- a/src/vnet/pg/pg.h +++ b/src/vnet/pg/pg.h @@ -90,7 +90,7 @@ typedef struct u32 *buffer_fifo; /* Buffer free list for this buffer index in stream. */ - u32 free_list_index; + vlib_buffer_free_list_index_t free_list_index; } pg_buffer_index_t; typedef struct pg_stream_t