diff options
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r-- | src/datastore/test_datastore_api.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index 005c11a586..3a9f8a235f 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -120,7 +120,7 @@ struct CpsRunContext int rid; int *iptr; struct GNUNET_SCHEDULER_Handle *sched; - struct GNUNET_CONFIGURATION_Handle *cfg; + const struct GNUNET_CONFIGURATION_Handle *cfg; void *data; size_t size; enum RunPhase phase; @@ -527,7 +527,8 @@ static void run (void *cls, struct GNUNET_SCHEDULER_Handle *sched, char *const *args, - const char *cfgfile, struct GNUNET_CONFIGURATION_Handle *cfg) + const char *cfgfile, + const struct GNUNET_CONFIGURATION_Handle *cfg) { struct CpsRunContext *crc; |