aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-monitor.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-04-21 19:04:54 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-04-21 19:04:54 +0200
commit1164734afd826ca8cef0a624aa4f4c59ecb1e228 (patch)
tree68254a926510a9f73a312ce504060ef19374e089 /src/afb-monitor.h
parentd597a7dd81bbb83a0442345c547b3317839994cf (diff)
afb-monitor: draft of monitoring
this is a draft version to be continued. Change-Id: I1062a6f872a2b36d4e0434fb18d1857961d50aab Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-monitor.h')
-rw-r--r--src/afb-monitor.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/afb-monitor.h b/src/afb-monitor.h
new file mode 100644
index 00000000..d8827b99
--- /dev/null
+++ b/src/afb-monitor.h
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Author: José Bollo <jose.bollo@iot.bzh>
+ *
+ * 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.
+ */
+
+
+#pragma once
+
+extern int afb_monitor_init();