summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-06 20:07:29 +0100
committerdefault <nobody@localhost>2023-02-06 20:07:29 +0100
commitb2d186cd0fc5451dcc336c3efc23450ce918656a (patch)
tree10008c9889c7c1f6cffa12f40b7e78f662308b32 /snac.h
parentb16ceafdde7fc010c5f0effb3b4a5da9f5367f5f (diff)
The pool of threads now process q_items.
Also, the purge is commanded as a q_item.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index da4f7cd..e9124bb 100644
--- a/snac.h
+++ b/snac.h
@@ -169,7 +169,7 @@ int send_to_actor(snac *snac, char *actor, char *msg, d_char **payload, int *p_s
int is_msg_public(snac *snac, char *msg);
void process_user_queue(snac *snac);
-
+void process_queue_item(xs_dict *q_item);
void process_queue(void);
void post(snac *snac, char *msg);