aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/call.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-08-27 16:11:08 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-08-27 16:11:08 -0700
commit7d58abae60a829c5c763fbd5bf8aca85287f9d05 (patch)
tree3608125b687f9cde2ccc4879006d81e6edc27fb1 /src/node/ext/call.h
parent047f20d302f48c5ffafc58a5278e27d7edfba80f (diff)
Emit proper status when failing to parse server stream
Diffstat (limited to 'src/node/ext/call.h')
-rw-r--r--src/node/ext/call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/ext/call.h b/src/node/ext/call.h
index ef6e5fcd21..89f81dcf4d 100644
--- a/src/node/ext/call.h
+++ b/src/node/ext/call.h
@@ -133,6 +133,7 @@ class Call : public ::node::ObjectWrap {
static NAN_METHOD(New);
static NAN_METHOD(StartBatch);
static NAN_METHOD(Cancel);
+ static NAN_METHOD(CancelWithStatus);
static NAN_METHOD(GetPeer);
static NanCallback *constructor;
// Used for typechecking instances of this javascript class