Initialize hash, change init function name so it doesn't collide with fprobe-ulog's
[fprobe-ulog.git] / src / vserver.h
index 6f59356..79a5704 100644 (file)
@@ -31,7 +31,7 @@ struct hash_entry {
 
 struct hash_entry slice_id_hash[HASH_SIZE];
 
-void init_hash() {
+void init_slice_id_hash() {
     memset(slice_id_hash, 0, HASH_SIZE);
 }
 void set_hash_entry(unsigned int xid, uint32_t slice_id) {