summaryrefslogtreecommitdiff
path: root/src/ipcpd/main.c
diff options
context:
space:
mode:
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;
}