Updated PR#196 to use a common hash function

This commit is contained in:
David Addison
2019-08-14 10:08:39 -07:00
parent 01d1836668
commit fad079a8ae
3 changed files with 6 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include <stdint.h>
ncclResult_t getHostName(char* hostname, int maxlen, const char delim);
uint64_t getnHash(const char* string, int n);
uint64_t getHash(const char* string, int n);
uint64_t getHostHash();
uint64_t getPidHash();