mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
Provide access to scratch in queues
This largely reverts commit f8ecf33236b0695d9539e8e34cf0bb0467614cdf.
This commit is contained in:
@@ -91,6 +91,7 @@ struct mq {
|
||||
* history buffer; (logically) immediately before the
|
||||
* main buffer */
|
||||
size_t hlength; /**< length of the history buffer */
|
||||
struct hs_scratch *scratch; /**< global scratch space */
|
||||
char report_current; /**<
|
||||
* report_current matches at starting offset through
|
||||
* callback. If true, the queue must be located at a
|
||||
|
Reference in New Issue
Block a user