aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/alarm.h
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-02-10 16:58:38 -0800
committerGravatar vjpai <vpai@google.com>2016-02-10 16:58:38 -0800
commit04e992a7508f8ebd8a996b718631140f629e52d8 (patch)
tree9131f50c5a9e42073c0c51e9511d002b446644e3 /include/grpc++/alarm.h
parent42fad8e765b8bbdd2211dc2e0172a9565d395cc8 (diff)
Make C++ alarm class usable and testable - there were some build issues and
it was not actually even included in the library or the test suite.
Diffstat (limited to 'include/grpc++/alarm.h')
-rw-r--r--include/grpc++/alarm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc++/alarm.h b/include/grpc++/alarm.h
index e2618195f0..f0ab546cb2 100644
--- a/include/grpc++/alarm.h
+++ b/include/grpc++/alarm.h
@@ -39,6 +39,8 @@
#include <grpc++/impl/codegen/grpc_library.h>
#include <grpc++/impl/codegen/time.h>
+struct grpc_alarm;
+
namespace grpc {
class CompletionQueue;