summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/frct.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-07-15 16:01:02 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-07-15 16:28:32 +0200
commit90cc3234d147c403c877f819fbde3cf5c8220a06 (patch)
tree6e6595986c9744647404e3c8f404321dd1b476fd /src/ipcpd/normal/frct.c
parent71956f22abec7bb15f6bfc52b4168ff85499eea1 (diff)
downloadouroboros-90cc3234d147c403c877f819fbde3cf5c8220a06.tar.gz
ouroboros-90cc3234d147c403c877f819fbde3cf5c8220a06.zip
ipcpd: normal: Add main loop to normal IPCP
This adds the main loop to the normal IPCP, just like it is present in the shim IPCPs. So in essence, the normal IPCP now reacts to all operations from ipcp.h.
Diffstat (limited to 'src/ipcpd/normal/frct.c')
-rw-r--r--src/ipcpd/normal/frct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipcpd/normal/frct.c b/src/ipcpd/normal/frct.c
index 9ea2fd48..22f8a9fc 100644
--- a/src/ipcpd/normal/frct.c
+++ b/src/ipcpd/normal/frct.c
@@ -34,14 +34,14 @@ int frct_init(struct dt_const * dt_const)
{
LOG_MISSING;
- return -1;
+ return 0;
}
int frct_fini()
{
LOG_MISSING;
- return -1;
+ return 0;
}
struct frct_i * frct_i_create(int port_id,