Fixing Go package build.

Go package build was broken by change 365:28b2a468be43.
This commit is contained in:
Max Romanov
2017-10-19 18:20:08 +03:00
parent f9f852008f
commit c8a8a7c212
5 changed files with 21 additions and 14 deletions

View File

@@ -16,6 +16,12 @@
typedef struct nxt_go_process_s nxt_go_process_t;
#endif
typedef struct nxt_go_port_mmap_s nxt_go_port_mmap_t;
struct nxt_go_port_mmap_s {
nxt_port_mmap_header_t *hdr;
};
struct nxt_port_mmap_header_s *
nxt_go_port_mmap_get(nxt_go_process_t *process, nxt_port_id_t port_id,
nxt_chunk_id_t *c);