summaryrefslogtreecommitdiff
path: root/src/ipcpd/main.c
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@intec.ugent.be>2016-03-15 15:48:52 +0100
committerDimitri Staessens <dimitri.staessens@intec.ugent.be>2016-03-15 15:48:52 +0100
commit04bf4380b30b58252d1d2aab75a9dcc5c084c831 (patch)
treea33ce52d5b71f49c75bc7de3f9549d6257b259e1 /src/ipcpd/main.c
parentceaea65296a9cb6e2235b0dd429ab3d590b634d3 (diff)
parent7ca8145790db15d7da3c2f1b260ad3421993b67c (diff)
downloadouroboros-04bf4380b30b58252d1d2aab75a9dcc5c084c831.tar.gz
ouroboros-04bf4380b30b58252d1d2aab75a9dcc5c084c831.zip
Merge branch 'be' of bitbucket.org:ouroboros-rina/ouroboros into b-du_buff
Diffstat (limited to 'src/ipcpd/main.c')
-rw-r--r--src/ipcpd/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ipcpd/main.c b/src/ipcpd/main.c
index b67b0af9..7ffd1c48 100644
--- a/src/ipcpd/main.c
+++ b/src/ipcpd/main.c
@@ -1,10 +1,15 @@
#define OUROBOROS_PREFIX "ipcp"
#include <ouroboros/logs.h>
+#include <stdbool.h>
int main()
{
LOG_DBG("Test of the IPCP");
+ while (true) {
+
+ }
+
return 0;
}