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