瀏覽代碼

small fix

opcua 11 年之前
父節點
當前提交
2ca5cebd67
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ua_namespace.h

+ 1 - 1
src/ua_namespace.h

@@ -66,7 +66,7 @@ static inline void release_node(ns_lock *lock) {
 void delete_node(namespace *ns, UA_NodeId *nodeid);
 
 /* Internal */
-typedef uint32_t hash_t;
+typedef UA_UInt32 hash_t;
 static hash_t hash_string(const UA_Byte * data, UA_Int32 len);
 static hash_t hash(const UA_NodeId *n);