Add support for notification generation pattern
[sim/o1-interface.git] / ntsimulator / src / ntsimulator-manager / simulator-operations.h
index f61784e..3b93e48 100644 (file)
@@ -1,9 +1,19 @@
-/*
- * simulator-operations.h
- *
- *  Created on: Mar 9, 2019
- *      Author: parallels
- */
+/*************************************************************************
+*
+* Copyright 2019 highstreet technologies GmbH and others
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+***************************************************************************/
 
 #ifndef SRC_NTSIMULATOR_MANAGER_SIMULATOR_OPERATIONS_H_
 #define SRC_NTSIMULATOR_MANAGER_SIMULATOR_OPERATIONS_H_
@@ -86,7 +96,7 @@ int get_docker_containers_operational_state_curl(device_stack_t *theStack);
 
 char* get_docker_container_resource_stats();
 
-int notification_delay_period_changed(int period);
+int notification_delay_period_changed(sr_val_t *val, size_t count);
 int ves_heartbeat_period_changed(int period);
 int ves_ip_changed(char *new_ip);
 int ves_port_changed(int new_port);