diff options
author | default <nobody@localhost> | 2023-02-06 20:07:29 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-06 20:07:29 +0100 |
commit | b2d186cd0fc5451dcc336c3efc23450ce918656a (patch) | |
tree | 10008c9889c7c1f6cffa12f40b7e78f662308b32 /snac.h | |
parent | b16ceafdde7fc010c5f0effb3b4a5da9f5367f5f (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |