sn_network_get_hashval(): Return a 64bit integer value.
[sort-networks.git] / src / sn_stage.h
index 8cd77cf..cdba998 100644 (file)
@@ -254,7 +254,7 @@ int sn_stage_serialize (sn_stage_t *s,
  */
 sn_stage_t *sn_stage_unserialize (char **buffer, size_t *buffer_size);
 
-uint32_t sn_stage_get_hashval (const sn_stage_t *s);
+uint64_t sn_stage_get_hashval (const sn_stage_t *s);
 
 #endif /* SN_STAGE_H */