nfqws: support +offset@filename fake/pattern loading

This commit is contained in:
bol-van
2025-09-24 16:08:25 +03:00
parent ce367b1a91
commit 784058cf66
5 changed files with 178 additions and 145 deletions

View File

@@ -164,7 +164,7 @@ struct blob_item {
};
LIST_HEAD(blob_collection_head, blob_item);
struct blob_item *blob_collection_add(struct blob_collection_head *head);
struct blob_item *blob_collection_add_blob(struct blob_collection_head *head, const void *data, size_t size, size_t size_reserve);
struct blob_item *blob_collection_add_blob(struct blob_collection_head *head, const void *data, size_t size, size_t size_reserve, size_t offset);
void blob_collection_destroy(struct blob_collection_head *head);
bool blob_collection_empty(const struct blob_collection_head *head);