瀏覽代碼

Update client.c

StalderT 8 年之前
父節點
當前提交
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;
 }