diff options
Diffstat (limited to 'src/vppinfra/bihash_doc.h')
-rw-r--r-- | src/vppinfra/bihash_doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/bihash_doc.h b/src/vppinfra/bihash_doc.h index b4b6a4a969b..7c7e5179961 100644 --- a/src/vppinfra/bihash_doc.h +++ b/src/vppinfra/bihash_doc.h @@ -112,7 +112,7 @@ void clib_bihash_free (clib_bihash * h); @param h - the bi-hash table to search @param add_v - the (key,value) pair to add - @param is_add - add=1, delete=0 + @param is_add - add=1 (BIHASH_ADD), delete=0 (BIHASH_DEL) @returns 0 on success, < 0 on error @note This function will replace an existing (key,value) pair if the new key matches an existing key |