1
1
Jeff Squyres 57bc657e7f btl/tcp: fix hash map usage
Fix two facepalms:

1. The "uint32" in the hash map functions refer to the *key* size, not
   the *value* size.  The values are always 64 bits.
2. Pass the straight value to the "set" functions -- not the pointer
   to the value.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-06-28 15:29:41 -07:00
..
2018-03-02 02:00:31 -08:00
2018-06-28 15:29:41 -07:00
2017-09-19 19:42:54 -07:00
2017-08-03 09:18:58 -06:00
2015-06-23 20:59:57 -07:00