From d4a639bbd2257a88fa3f06939a23c13af1d56dd3 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Thu, 6 Aug 2020 11:38:40 -0400 Subject: vppinfra: harmonize function names Type: fix Signed-off-by: Dave Barach Change-Id: Icce7eab4510785e15bdcf97e4d1881b0f46f6899 --- src/vppinfra/bihash_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vppinfra/bihash_template.c') diff --git a/src/vppinfra/bihash_template.c b/src/vppinfra/bihash_template.c index dac42a8dc14..02d84abd9eb 100644 --- a/src/vppinfra/bihash_template.c +++ b/src/vppinfra/bihash_template.c @@ -184,7 +184,7 @@ void BV (clib_bihash_init) #define MFD_ALLOW_SEALING 0x0002U #endif -void BV (clib_bihash_master_init_svm) +void BV (clib_bihash_initiator_init_svm) (BVT (clib_bihash) * h, char *name, u32 nbuckets, u64 memory_size) { uword bucket_size; @@ -253,7 +253,7 @@ void BV (clib_bihash_master_init_svm) h->instantiated = 1; } -void BV (clib_bihash_slave_init_svm) +void BV (clib_bihash_responder_init_svm) (BVT (clib_bihash) * h, char *name, int fd) { u8 *mmap_addr; -- cgit 1.2.3-korg