Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-07-13 18:38:24 +0400
committerRyan <ry@tinyclouds.org>2009-07-13 18:38:25 +0400
commitc5ab0d5a806c3fe1099b46560297acbd359b76dc (patch)
treea896ec48a2ecee35e1022ab51a6e9f22c44b9b77 /src/node.h
parent51e77c37b5165aea7e0ce1cb8d67e9ee549975e4 (diff)
Upgrade liboi, which is now called evnet.
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node.h b/src/node.h
index e172d3f7644..ec3042505fc 100644
--- a/src/node.h
+++ b/src/node.h
@@ -4,7 +4,7 @@
#include <ev.h>
#include <eio.h>
#include <v8.h>
-#include <oi_socket.h>
+#include <evnet.h>
#include "object_wrap.h"
@@ -30,7 +30,7 @@ do { \
enum encoding {ASCII, UTF8, RAW};
enum encoding ParseEncoding (v8::Handle<v8::Value> encoding_v);
void FatalException (v8::TryCatch &try_catch);
-oi_buf * buf_new (size_t size);
+evnet_buf * buf_new (size_t size);
} // namespace node
#endif // node_h