mirror of https://github.com/lukechilds/node.git
Ryan
16 years ago
3 changed files with 35 additions and 7 deletions
@ -1,13 +1,15 @@ |
|||
#ifndef node_h |
|||
#define node_h |
|||
|
|||
#define EV_STANDALONE 1 |
|||
#include <ev.h> |
|||
|
|||
#include <eio.h> |
|||
#include <v8.h> |
|||
|
|||
void node_fatal_exception (v8::TryCatch &try_catch); |
|||
#define node_loop() ev_default_loop(0) |
|||
|
|||
// call this after creating a new eio event.
|
|||
void node_eio_submit(eio_req *req); |
|||
|
|||
#endif // node_h
|
|||
|
|||
|
Loading…
Reference in new issue