Initialize lttng_ht_seed on hashtable creation
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 20 Oct 2015 14:45:28 +0000 (10:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 20 Oct 2015 14:45:28 +0000 (10:45 -0400)
commit6dcd74cf9c4cce229b1c205ca05d8efcf4c4bceb
tree4ff582fc3e938c859fb38ddf0bc78aea8250af1d
parentf3472d9ab808512419643aba450d310543377bfc
Initialize lttng_ht_seed on hashtable creation

This is done to get rid of the need for constructors to be executed
such as in the case of a static build.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/hashtable/hashtable.c
This page took 0.026528 seconds and 5 git commands to generate.