From 381572e13f3105b2e8177a27702d2a379a1db160 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 2 Apr 2012 11:52:23 -0400 Subject: [PATCH] doc: Reference relevant ck_ht_entry functions. --- doc/ck_ht_init | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/ck_ht_init b/doc/ck_ht_init index 4f3bad2..cbe78df 100644 --- a/doc/ck_ht_init +++ b/doc/ck_ht_init @@ -67,7 +67,14 @@ The hash table is meant to store key-value pointers where the key is of fixed width field compatible with the .Tn uintptr_t type. The key will be directly compared with other keys for -equality. +equality. Entries of this hash table are expected to be interacted +with using the +.Xr ck_ht_entry_empty 3 , +.Xr ck_ht_entry_key_direct 3 , +.Xr ck_ht_entry_value_direct 3 +and +.Xr ck_entry_set_direct 3 +functions. .El .Pp The argument