Merge remote branch 'origin/topic/robin/conn-ids'

* origin/topic/robin/conn-ids:
  Moving uid from conn_id to connection, and making output determistic if a hash seed is given.
  Extending conn_id with a globally unique identifiers.
This commit is contained in:
Robin Sommer 2011-04-22 22:09:44 -07:00
commit 59d6202104
16 changed files with 271 additions and 6 deletions

View file

@ -11,7 +11,7 @@
#define UHASH_KEY_SIZE 32
typedef unsigned int hash_t;
typedef uint64 hash_t;
typedef enum {
HASH_KEY_INT,