Skip to content

Add batched add for IDs

Kubat requested to merge dev-kubat into master

Add a multi-add for the ID in the queue with a priority.

  • bool database_queue_multi_add_id(lkt_db *, size_t *ids_stb_list, int priority);
  • add the stb_ds.h header file, this is public domain, so it's OK

Also begin to normalize all the command function.

Edited by Kubat

Merge request reports