From 15e9b779385c71d366776b83540e19e0735c4e66 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 11 Jan 2017 18:59:11 +0100 Subject: ipcpd: normal: Create policies for GAM This allows the selection of a policy for the graph adjacency manager. Currently we only support constructing a complete graph. --- include/ouroboros/cacep.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/ouroboros/cacep.h') diff --git a/include/ouroboros/cacep.h b/include/ouroboros/cacep.h index 7b22b4a2..ae615e6e 100644 --- a/include/ouroboros/cacep.h +++ b/include/ouroboros/cacep.h @@ -34,9 +34,9 @@ struct cacep_info { uint64_t addr; }; -struct cacep * cacep_create(int fd, - char * name, - uint64_t address); +struct cacep * cacep_create(int fd, + const char * name, + uint64_t address); int cacep_destroy(struct cacep * instance); -- cgit v1.2.3