mirror of https://github.com/grpc/grpc-node.git
Update completion queue header to match code changes
This commit is contained in:
parent
661bdfaa5d
commit
46e2418fc6
|
@ -28,5 +28,7 @@ void CompletionQueueNext();
|
|||
|
||||
void CompletionQueueInit(v8::Local<v8::Object> exports);
|
||||
|
||||
void CompletionQueueForcePoll();
|
||||
|
||||
} // namespace node
|
||||
} // namespace grpc
|
||||
|
|
Loading…
Reference in New Issue