8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533020d commit 63e9aa6Copy full SHA for 63e9aa6
src/include/lib/simplehash.h
@@ -51,7 +51,8 @@
51
* - SH_STORE_HASH - if defined the hash is stored in the elements
52
* - SH_GET_HASH(tb, a) - return the field to store the hash in
53
*
54
- * The element type is required to contain a "uint32 status" member.
+ * The element type is required to contain a "status" member that can store
55
+ * the range of values defined in the SH_STATUS enum.
56
57
* While SH_STORE_HASH (and subsequently SH_GET_HASH) are optional, because
58
* the hash table implementation needs to compare hashes to move elements
0 commit comments