StalderT преди 9 години
родител
ревизия
1c76dc47cd
променени са 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) {
+static void handler_TheAnswerChanged(UA_UInt32 handle, UA_DataValue *value, void *handlingContext) {
     printf("The Answer has changed!\n");
     return;
 }