From 621642d7b435d30943734bbdf0cbe38d12c8812d Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 15 Sep 2012 15:01:51 -0400 Subject: [PATCH] doc/ck_ht: Document CK_HT_KEY_LENGTH. --- doc/ck_ht_entry_key_set | 3 +++ doc/ck_ht_entry_set | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/ck_ht_entry_key_set b/doc/ck_ht_entry_key_set index 155c4a6..f5ab2af 100644 --- a/doc/ck_ht_entry_key_set +++ b/doc/ck_ht_entry_key_set @@ -44,6 +44,9 @@ with a key pointed to by the .Fa key argument. The length of the key is specified by .Fa key_length. +The maximum value of +.Fa key_length +is defined by the CK_HT_KEY_LENGTH macro. This function is typically used to initialize an entry for .Xr ck_ht_get_spmc 3 diff --git a/doc/ck_ht_entry_set b/doc/ck_ht_entry_set index 91655a4..31da30f 100644 --- a/doc/ck_ht_entry_set +++ b/doc/ck_ht_entry_set @@ -46,6 +46,9 @@ argument and a value pointed to by the .Fa value argument. The length of the key is specified by .Fa key_length. +The maximum value of +.Fa key_length +is defined by the CK_HT_KEY_LENGTH macro. This function is typically used to initialize an entry for .Xr ck_ht_set_spmc 3