summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
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,