summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-09-29 10:34:22 +0200
committerdefault <nobody@localhost>2023-09-29 10:34:22 +0200
commit60e8953a699b528a18e56be3e6a0c4f39e13feff (patch)
tree4aa7cb149c8c42588de0cd2b687219bec18b2c10 /snac.h
parent9cce2ee1195cb08e2c27be7c9047e78be57425a3 (diff)
Give more retry time to timedout connections.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/snac.h b/snac.h
index 9800bb5..7cf3d7e 100644
--- a/snac.h
+++ b/snac.h
@@ -178,8 +178,8 @@ int instance_unblock(const char *instance);
void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries);
void enqueue_output_raw(const char *keyid, const char *seckey,
- xs_dict *msg, xs_str *inbox, int retries);
-void enqueue_output(snac *snac, xs_dict *msg, xs_str *inbox, int retries);
+ xs_dict *msg, xs_str *inbox, int retries, int p_status);
+void enqueue_output(snac *snac, xs_dict *msg, xs_str *inbox, int retries, int p_status);
void enqueue_output_by_actor(snac *snac, xs_dict *msg, const xs_str *actor, int retries);
void enqueue_email(xs_str *msg, int retries);
void enqueue_telegram(const xs_str *msg, const char *bot, const char *chat_id);