From 4a9af3fecb4baf677f265e2e6e34a674a53810a6 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Mon, 20 Jan 2014 13:33:16 -0800 Subject: async_wrap: add provider types/pass to constructor These will be used to allow users to filter for which types of calls they wish their callbacks to run. Signed-off-by: Timothy J Fontaine --- src/handle_wrap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/handle_wrap.h') diff --git a/src/handle_wrap.h b/src/handle_wrap.h index 47cc44f910..910432ab84 100644 --- a/src/handle_wrap.h +++ b/src/handle_wrap.h @@ -62,7 +62,8 @@ class HandleWrap : public AsyncWrap { protected: HandleWrap(Environment* env, v8::Handle object, - uv_handle_t* handle); + uv_handle_t* handle, + AsyncWrap::ProviderType provider); virtual ~HandleWrap(); private: -- cgit v1.2.3