X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fpool.h;h=56536b779632904672e190be3d71ddcf76b9e09a;hb=66b11318a1e5f24880e3ec77c95d70647732a4a8;hp=57838e1c609ec27467fb5742be989cf5d482b246;hpb=fdbc38249a8c672937a74667dcfaafa2cfd292e7;p=vpp.git diff --git a/src/vppinfra/pool.h b/src/vppinfra/pool.h index 57838e1c609..56536b77963 100644 --- a/src/vppinfra/pool.h +++ b/src/vppinfra/pool.h @@ -200,7 +200,7 @@ do { \ #define pool_get(P,E) pool_get_aligned(P,E,0) /** See if pool_get will expand the pool or not */ -#define pool_get_aligned_will_expand (P,YESNO,A) \ +#define pool_get_aligned_will_expand(P,YESNO,A) \ do { \ pool_header_t * _pool_var (p) = pool_header (P); \ uword _pool_var (l); \