summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls_wrap.h')
-rw-r--r--src/tls_wrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tls_wrap.h b/src/tls_wrap.h
index d15d509db5..3918d08e17 100644
--- a/src/tls_wrap.h
+++ b/src/tls_wrap.h
@@ -89,6 +89,8 @@ class TLSWrap : public AsyncWrap,
SET_MEMORY_INFO_NAME(TLSWrap)
SET_SELF_SIZE(TLSWrap)
+ std::string diagnostic_name() const override;
+
protected:
// Alternative to StreamListener::stream(), that returns a StreamBase instead
// of a StreamResource.