StalderT лет назад: 9
Родитель
Сommit
1c76dc47cd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/client.c

+ 1 - 1
examples/client.c

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