summaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-11 23:20:13 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-11 23:36:09 +0200
commit195fd08b9f0f46efd63dd87fb8f5fdbaca8ca610 (patch)
treefa276199ebd059bd6a957e172b814b9aa2b922fd /src/include/gnunet_pq_lib.h
parente3e21acb23283915c97e6ef1c167325f4592665c (diff)
downloadgnunet-195fd08b9f0f46efd63dd87fb8f5fdbaca8ca610.tar.gz
gnunet-195fd08b9f0f46efd63dd87fb8f5fdbaca8ca610.zip
add GNUNET_PQ_reconnect_if_down
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