summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp.h b/lsp.h
index 4491cd2..711db2a 100644
--- a/lsp.h
+++ b/lsp.h
@@ -273,6 +273,7 @@ typedef struct {
// to avoid doing a ton of allocations+frees,
// they're all stored here.
char *string_data;
+ // one of these is filled based on request.type
union {
LSPResponseCompletion completion;
LSPResponseSignatureHelp signature_help;