|
@@ -181,7 +181,7 @@ struct AddRepeatedJob {
|
|
|
};
|
|
|
|
|
|
|
|
|
-static UA_StatusCode addRepeatedJob(UA_Server *server, struct AddRepeatedJob * restrict arw) {
|
|
|
+static UA_StatusCode addRepeatedJob(UA_Server *server, struct AddRepeatedJob * UA_RESTRICT arw) {
|
|
|
struct RepeatedJobs *matchingTw = UA_NULL;
|
|
|
struct RepeatedJobs *lastTw = UA_NULL;
|
|
|
struct RepeatedJobs *tempTw;
|