summaryrefslogtreecommitdiff
path: root/src/udp_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp_wrap.h')
-rw-r--r--src/udp_wrap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/udp_wrap.h b/src/udp_wrap.h
index e6b575f74a..6347cdea87 100644
--- a/src/udp_wrap.h
+++ b/src/udp_wrap.h
@@ -39,7 +39,8 @@ class UDPWrap: public HandleWrap {
};
static void Initialize(v8::Local<v8::Object> target,
v8::Local<v8::Value> unused,
- v8::Local<v8::Context> context);
+ v8::Local<v8::Context> context,
+ void* priv);
static void GetFD(const v8::FunctionCallbackInfo<v8::Value>& args);
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
static void Open(const v8::FunctionCallbackInfo<v8::Value>& args);