aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_pq_lib.h')
-rw-r--r--src/include/gnunet_pq_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index a56df21fd..2aea77b7f 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -749,6 +749,15 @@ GNUNET_PQ_connect_with_cfg (const struct GNUNET_CONFIGURATION_Handle *cfg,
749 749
750 750
751/** 751/**
752 * Reinitialize the database @a db if the connection is down.
753 *
754 * @param db database connection to reinitialize
755 */
756void
757GNUNET_PQ_reconnect_if_down (struct GNUNET_PQ_Context *db);
758
759
760/**
752 * Reinitialize the database @a db. 761 * Reinitialize the database @a db.
753 * 762 *
754 * @param db database connection to reinitialize 763 * @param db database connection to reinitialize