]> git.corax.cc Git - toolbox/commit
include/queue: Allow additional data to be passed along with files
authorMatthias Kruk <m@m10k.eu>
Sun, 25 Apr 2021 06:50:20 +0000 (15:50 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 25 Apr 2021 06:57:43 +0000 (15:57 +0900)
commit12f1ae172663077e39f5be5bfd229817feb2f8fc
tree018c948c8ae85319e85741d079e8bc84a5e287c9
parentae7f6924c6bd2a266570af58d03b3dafbaf13aa1
include/queue: Allow additional data to be passed along with files

Some use-cases require files to be passed through queues along with
additional data. This commit extends the queue_put_file() and
queue_get_file() functions to allow additional data to be passed
along with a file.
include/queue.sh