From 4353432b97bdc03ce31f11dfd1ff3e30cf0106af Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 02:26:21 +0100 Subject: DB load API change --- src/pq/pq.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/pq/pq.h') diff --git a/src/pq/pq.h b/src/pq/pq.h index b30f4f0d4..91a890bcb 100644 --- a/src/pq/pq.h +++ b/src/pq/pq.h @@ -52,6 +52,11 @@ struct GNUNET_PQ_Context * Configuration to use to connect to the DB. */ char *config_str; + + /** + * Path to load SQL files from. + */ + char *load_path; }; #endif -- cgit v1.2.3