diff options
author | default <nobody@localhost> | 2023-02-07 13:31:48 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-07 13:31:48 +0100 |
commit | 4cca157641d5f91bde51baf437a3179e39d0b601 (patch) | |
tree | 84e6cf02972ea3836fbd7e92f89d69f47ccd88b7 /snac.h | |
parent | 8f63c6259ad8eb6d26eff2673a29ef469ad8e018 (diff) |
Output messages are now processed by the pool of threads.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -129,6 +129,8 @@ int history_del(snac *snac, char *id); d_char *history_list(snac *snac); void enqueue_input(snac *snac, xs_dict *msg, 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); void enqueue_output_by_actor(snac *snac, xs_dict *msg, xs_str *actor, int retries); void enqueue_email(xs_str *msg, int retries); |