GNUNET_CONFIGURATION_Handle
*cfg);
+
+/**
+ * Configure this connection to ignore shutdown signals.
+ *
+ * @param h client handle
+ * @param do_ignore GNUNET_YES to ignore, GNUNET_NO to restore default
+ */
+void
+GNUNET_CLIENT_ignore_shutdown (struct GNUNET_CLIENT_Connection *h,
+ int do_ignore);
+
+
/**
* Destroy connection with the service. This will automatically
* cancel any pending "receive" request (however, the handler will
*h);\r
\r
\r
+/**\r
+ * Configure this connection to ignore shutdown signals.\r
+ *\r
+ * @param sock socket handle\r
+ * @param do_ignore GNUNET_YES to ignore, GNUNET_NO to restore default\r
+ */\r
+void\r
+GNUNET_CONNECTION_ignore_shutdown (struct GNUNET_CONNECTION_Handle *sock,\r
+ int do_ignore);\r
+\r
+\r
#if 0 /* keep Emacsens' auto-indent happy */\r
{\r
#endif\r