X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fadj%2Fadj_delegate.h;h=d49c6661c192a1d8d347b5982982ad92b44e3d32;hp=096c1823e2744dbd0fc29e82a4ffeb29ca9b53e2;hb=282872127;hpb=d057625d499525625d60d2207665eaeb755e380e diff --git a/src/vnet/adj/adj_delegate.h b/src/vnet/adj/adj_delegate.h index 096c1823e27..d49c6661c19 100644 --- a/src/vnet/adj/adj_delegate.h +++ b/src/vnet/adj/adj_delegate.h @@ -80,7 +80,7 @@ typedef u8 * (*adj_delegate_format_t)(const adj_delegate_t *aed, u8 *s); /** * Notification that an adjacency has been created */ -typedef u8 * (*adj_delegate_adj_created_t)(adj_index_t ai); +typedef void (*adj_delegate_adj_created_t)(adj_index_t ai); /** * An ADJ delegate virtual function table