diff options
| author | Fedor Indutny <fedor.indutny@gmail.com> | 2014-02-14 17:01:34 +0400 |
|---|---|---|
| committer | Fedor Indutny <fedor.indutny@gmail.com> | 2014-02-18 01:07:09 +0400 |
| commit | 75ea11fc08019bb1ffac81583ed7d0da3241a5b5 (patch) | |
| tree | a93575a064c35f8ced63c1dcb34f0e6af8ff6d77 /src/env.h | |
| parent | a4436bab7b83e311f8a4207b9c6d97acde4735ff (diff) | |
| download | node-75ea11fc08019bb1ffac81583ed7d0da3241a5b5.tar.gz | |
tls: introduce asynchronous `newSession`
fix #7105
Diffstat (limited to 'src/env.h')
| -rw-r--r-- | src/env.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") \ |
