Minor bug

This commit is contained in:
Sree Kuchibhotla 2017-03-24 15:03:55 -07:00
parent 79441baed9
commit 057230b0cd
1 changed files with 3 additions and 1 deletions

View File

@ -103,7 +103,9 @@ class CompletionQueue : private GrpcLibraryCodegen {
public:
/// Default constructor. Implicitly creates a \a grpc_completion_queue
/// instance.
CompletionQueue() : CompletionQueue(false) {}
CompletionQueue() : CompletionQueue(false) {
InitialAvalanching(); // reserve this for the future shutdown
}
/// Wrap \a take, taking ownership of the instance.
///