diff options
| author | grunfink <grunfink@comam.es> | 2025-09-12 21:48:34 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-09-12 21:48:34 +0200 |
| commit | 08f99232e0854529bfd6f74d22d56fd4c8cc4cb5 (patch) | |
| tree | 9f3fd3815f4642e34a5b79d9d3f85215919122b4 /snac.h | |
| parent | 74e021cbb7c204c8141825a9e82065c45dba26e1 (diff) | |
New function instance_failure().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -278,6 +278,8 @@ int content_match(const char *file, const xs_dict *msg); xs_list *content_search(snac *user, const char *regex, int priv, int skip, int show, int max_secs, int *timeout); +int instance_failure(const char *url, int op); + void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries); void enqueue_output_raw(const char *keyid, const char *seckey, |