diff options
| author | 2023-02-06 20:07:29 +0100 | |
|---|---|---|
| committer | 2023-02-06 20:07:29 +0100 | |
| commit | b2d186cd0fc5451dcc336c3efc23450ce918656a (patch) | |
| tree | 10008c9889c7c1f6cffa12f40b7e78f662308b32 /snac.h | |
| parent | Identify the job threads by number. (diff) | |
| download | snac2-b2d186cd0fc5451dcc336c3efc23450ce918656a.tar.gz snac2-b2d186cd0fc5451dcc336c3efc23450ce918656a.tar.xz snac2-b2d186cd0fc5451dcc336c3efc23450ce918656a.zip | |
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 | |||
| 169 | int is_msg_public(snac *snac, char *msg); | 169 | int is_msg_public(snac *snac, char *msg); |
| 170 | 170 | ||
| 171 | void process_user_queue(snac *snac); | 171 | void process_user_queue(snac *snac); |
| 172 | 172 | void process_queue_item(xs_dict *q_item); | |
| 173 | void process_queue(void); | 173 | void process_queue(void); |
| 174 | 174 | ||
| 175 | void post(snac *snac, char *msg); | 175 | void post(snac *snac, char *msg); |