libuv ã®ã½ã¼ã¹ãè¦ã¦ããããngx_queue_* ã¨ãã API ãåºã¦ãã¦ã³ã£ãããã©ããã nginx ãã ngx-queue.h ã£ã¦ãããªã³ã¯ããªã¹ãã®å®è£ ãæã£ã¦ãã¦ããããã ã include/uv-private/ngx-queue.h at master from joyent/libuv - GitHub ãªããªããããããããããããããªã¨ããã§ä½¿ããããªã®ã§æå ã§ã試ãã¦ã¿ãã #include <stdio.h> #include <assert.h> #include <stdlib.h> #include <string.h> #include <stddef.h> #include "ngx-queue.h" typedef struct { ngx_queue_t queue; char* data; } chunk_t; chunk_t* chu
{{#tags}}- {{label}}
{{/tags}}