소스 검색

remove nsCtx from UA_Server struct, UA_Nodestore* now available at server config

matkonnerth 5 년 전
부모
커밋
1363d85626
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/server/ua_server_internal.h

+ 0 - 3
src/server/ua_server_internal.h

@@ -69,9 +69,6 @@ struct UA_Server {
     UA_DateTime endTime; /* Zeroed out. If a time is set, then the server shuts
                           * down once the time has been reached */
 
-    /* Nodestore */
-    void *nsCtx;
-
     UA_ServerLifecycle state;
 
     /* Security */