summaryrefslogtreecommitdiffstats
path: root/src/web/api/queries/weights.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/api/queries/weights.h (renamed from web/api/queries/weights.h)2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/api/queries/weights.h b/src/web/api/queries/weights.h
index 66bea6ab2..a93519b6f 100644
--- a/web/api/queries/weights.h
+++ b/src/web/api/queries/weights.h
@@ -57,6 +57,8 @@ typedef struct query_weights_request {
weights_interrupt_callback_t interrupt_callback;
void *interrupt_callback_data;
+
+ uuid_t *transaction;
} QUERY_WEIGHTS_REQUEST;
int web_api_v12_weights(BUFFER *wb, QUERY_WEIGHTS_REQUEST *qwr);