summaryrefslogtreecommitdiff
path: root/src/da/main.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-22 17:34:21 +0100
committerDimitri Staessens <dimitri.staessens@intec.ugent.be>2016-02-23 01:53:26 +0100
commit9fb8dff10efc9869264e55da64b64c4aadf805a6 (patch)
treefcac980032d9c414ae086756f3dd7b94d1a7cc55 /src/da/main.c
parent4251bbb496e64aeeceb70ab1a6716201051769e1 (diff)
downloadouroboros-9fb8dff10efc9869264e55da64b64c4aadf805a6.tar.gz
ouroboros-9fb8dff10efc9869264e55da64b64c4aadf805a6.zip
src: Rename daemons and add tools folder
This renames the daemons to end with a 'd', as is common for UNIX daemons. It also adds a tools folder, that will hold the tools of the Ouroboros prototype. Examples are a simple echo application, an application to instruct the IRM ...
Diffstat (limited to 'src/da/main.c')
-rw-r--r--src/da/main.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/da/main.c b/src/da/main.c
deleted file mode 100644
index e2971dca..00000000
--- a/src/da/main.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#define OUROBOROS_PREFIX "da"
-
-#include <ouroboros/logs.h>
-
-int main()
-{
- LOG_DBG("Test of the DA");
-
- return 0;
-}