소스 검색

Update client.c

StalderT 9 년 전
부모
커밋
ab8298d0fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/client.c

+ 1 - 1
examples/client.c

@@ -14,7 +14,7 @@
 
 #include <stdio.h>
 
-static void handler_TheAnswerChanged(UA_UInt32 handle, UA_DataValue *value, void *handlingContext) {
+static void handler_TheAnswerChanged(UA_UInt32 handle, UA_DataValue *value, void *context) {
     printf("The Answer has changed!\n");
     return;
 }