1 2 3 4 5 6 7 8 9 10 11 12 13 14
#pragma once #include <uv.h> #include "nvim/event/defs.h" typedef struct { Proc proc; uv_process_t uv; uv_process_options_t uvopts; uv_stdio_container_t uvstdio[4]; } LibuvProc; #include "event/libuv_proc.h.generated.h"