소스 검색

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);