#include <msgpack.h>
#include <stdbool.h>
#include <uv.h>
#include "nvim/api/private/defs.h"
#include "nvim/event/process.h"
#include "nvim/event/socket.h"
#include "nvim/vim.h"
Go to the source code of this file.
Data Structures | |
struct | ChannelCallFrame |
struct | RequestEvent |
struct | RpcState |
Typedefs | |
typedef struct Channel | Channel |