aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/defs.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2016-10-22 12:50:50 +0200
committerGitHub <noreply@github.com>2016-10-22 12:50:50 +0200
commit31df051ed9a3f8cc9ad7a4e408e3ba03a1c5272b (patch)
tree5e62dbb09dc5d02818d2a080b08af2168f306f8b /src/nvim/api/private/defs.h
parente9041862776715cfb24e29fb7f18fa0830bd5555 (diff)
parentf6968dc0f7775591108aebbfe30e597dd0882c91 (diff)
downloadrneovim-31df051ed9a3f8cc9ad7a4e408e3ba03a1c5272b.tar.gz
rneovim-31df051ed9a3f8cc9ad7a4e408e3ba03a1c5272b.tar.bz2
rneovim-31df051ed9a3f8cc9ad7a4e408e3ba03a1c5272b.zip
Merge pull request #4568 from bfredl/multirequest
atomic multi request for async remote plugins
Diffstat (limited to 'src/nvim/api/private/defs.h')
-rw-r--r--src/nvim/api/private/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/api/private/defs.h b/src/nvim/api/private/defs.h
index a6710193ff..1d5ecd3071 100644
--- a/src/nvim/api/private/defs.h
+++ b/src/nvim/api/private/defs.h
@@ -33,8 +33,8 @@ typedef enum {
/// Used as the message ID of notifications.
#define NO_RESPONSE UINT64_MAX
-/// Used as channel_id when the call is local
-#define INVALID_CHANNEL UINT64_MAX
+/// Used as channel_id when the call is local.
+#define INTERNAL_CALL UINT64_MAX
typedef struct {
ErrorType type;