Move gRPC/Protobuf logs handling to a dedicated file.
(cherry picked from commit b54c65005a)
This commit is contained in:
parent
7e674ab4be
commit
ed031aafe8
5 changed files with 66 additions and 16 deletions
7
src/ngx.hpp
Normal file
7
src/ngx.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
extern "C" {
|
||||
#include <ngx_config.h>
|
||||
#include <ngx_core.h>
|
||||
#include <ngx_http.h>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue