changed comments
This commit was SVN r688.
Этот коммит содержится в:
родитель
dc9c9fe1be
Коммит
e67c201a36
@ -5,9 +5,8 @@
|
|||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
*
|
*
|
||||||
* A hash table that may contain either fixed or arbitrary key values. However,
|
* A hash table that may be indexed with either fixed length (e.g. uint32_t/uint64_t) or arbitrary
|
||||||
* only one key type may be used in a given table concurrently (e.g. either uint32_t,
|
* size binary key values. However, only one key type may be used in a given table concurrently.
|
||||||
* uint64_t, or arbitary sized binary keys).
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LAM_HASH_TABLE_H
|
#ifndef LAM_HASH_TABLE_H
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user