summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2014-02-14 17:01:34 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2014-02-18 01:07:09 +0400
commit75ea11fc08019bb1ffac81583ed7d0da3241a5b5 (patch)
treea93575a064c35f8ced63c1dcb34f0e6af8ff6d77 /src/env.h
parenta4436bab7b83e311f8a4207b9c6d97acde4735ff (diff)
downloadnode-75ea11fc08019bb1ffac81583ed7d0da3241a5b5.tar.gz
tls: introduce asynchronous `newSession`
fix #7105
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index f1cd4a125..99f0e2092 100644
--- a/src/env.h
+++ b/src/env.h
@@ -121,6 +121,7 @@ namespace node {
V(onhandshakestart_string, "onhandshakestart") \
V(onmessage_string, "onmessage") \
V(onnewsession_string, "onnewsession") \
+ V(onnewsessiondone_string, "onnewsessiondone") \
V(onread_string, "onread") \
V(onselect_string, "onselect") \
V(onsignal_string, "onsignal") \