summaryrefslogtreecommitdiff
path: root/src/handle_wrap.h
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2014-01-20 13:33:16 -0800
committerTrevor Norris <trev.norris@gmail.com>2014-02-05 13:30:56 -0800
commit4a9af3fecb4baf677f265e2e6e34a674a53810a6 (patch)
tree3e96cf57bc7f9d47ebe7a177acc7a2d18dc13bdd /src/handle_wrap.h
parentc9abb59638bc4bc64176ded80ebdc05d066ad0db (diff)
downloadandroid-node-v8-4a9af3fecb4baf677f265e2e6e34a674a53810a6.tar.gz
android-node-v8-4a9af3fecb4baf677f265e2e6e34a674a53810a6.tar.bz2
android-node-v8-4a9af3fecb4baf677f265e2e6e34a674a53810a6.zip
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 <tjfontaine@gmail.com>
Diffstat (limited to 'src/handle_wrap.h')
-rw-r--r--src/handle_wrap.h3
1 files changed, 2 insertions, 1 deletions
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<v8::Object> object,
- uv_handle_t* handle);
+ uv_handle_t* handle,
+ AsyncWrap::ProviderType provider);
virtual ~HandleWrap();
private: