summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-30 15:27:38 -0500
committerpommicket <pommicket@gmail.com>2022-12-30 15:27:38 -0500
commitd51f4ce90fc40bb6b1813e7716d1db40cf91ee15 (patch)
treedbd72d0add72d4923244e93e476deeb422b0ff99 /ted.h
parent547bfbba7a1ef84d397711882a501fc4914addba (diff)
cancelling requests
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index 8132e1e..5acbba4 100644
--- a/ted.h
+++ b/ted.h
@@ -424,6 +424,7 @@ typedef struct {
} SymbolInfo;
typedef struct {
+ LSPID last_request_lsp; // used for cancellation
// ID of the last request which was sent out.
// used to process responses in chronological order (= ID order).
// if we got a response for the last request, or no requests have been made,