misc: move to new pool_foreach macros
Type: refactor Change-Id: Ie67dc579e88132ddb1ee4a34cb69f96920101772 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Dave Barach

parent
62c25abaa3
commit
b2c31b685f
@ -581,7 +581,7 @@ static void vl_api_##nn##_t_handler ( \
|
||||
svm_queue_t * q; \
|
||||
\
|
||||
/* One registration only... */ \
|
||||
pool_foreach(reg, vam->nn##_registrations, \
|
||||
pool_foreach (reg, vam->nn##_registrations) \
|
||||
({ \
|
||||
q = vl_api_client_index_to_input_queue (reg->client_index); \
|
||||
if (q) { \
|
||||
|
Reference in New Issue
Block a user