From 64f2b95f622a3c2b16e4dbdc8553d506ef870a8c Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 21 Feb 2017 14:45:04 +0100 Subject: ipcpd: normal: Change address authority policy This changes the address authority to follow a similar approach to that of the other policies. No function pointers are passed to its user anymore. --- src/ipcpd/normal/pol/flat.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ipcpd/normal/pol/flat.c') diff --git a/src/ipcpd/normal/pol/flat.c b/src/ipcpd/normal/pol/flat.c index d982f5ac..aa0f6c7c 100644 --- a/src/ipcpd/normal/pol/flat.c +++ b/src/ipcpd/normal/pol/flat.c @@ -80,6 +80,16 @@ static int addr_taken(char * name, #define INVALID_ADDRESS 0 +int flat_init(void) +{ + return 0; +} + +int flat_fini(void) +{ + return 0; +} + uint64_t flat_address(void) { struct timespec t; -- cgit v1.2.3