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-06-19 12:59:07 -06:00
2018-06-28 15:29:41 -07:00
2017-04-15 09:30:18 -07:00
2018-06-16 09:08:58 -07:00
2018-03-20 16:07:53 +00:00
2015-06-23 20:59:57 -07:00
2017-07-12 17:31:25 -03:00
2015-06-23 20:59:57 -07:00