comparison nodejs/mbfly_njs.cc @ 1039:176cba3ad32c refine_backend_if

IO manager for njs
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 23 Nov 2010 10:12:49 +0800
parents 67d0fed24120
children 22e5cf38d8e8
comparison
equal deleted inserted replaced
1038:48c69a18f2e4 1039:176cba3ad32c
183 183
184 target->Set(String::New("mb_rt"), 184 target->Set(String::New("mb_rt"),
185 xnjsmb_auto_mb_rt_temp->GetFunction()); 185 xnjsmb_auto_mb_rt_temp->GetFunction());
186 target->Set(String::New("mb_rt_with_win"), 186 target->Set(String::New("mb_rt_with_win"),
187 xnjsmb_auto_mb_rt_with_win_temp->GetFunction()); 187 xnjsmb_auto_mb_rt_with_win_temp->GetFunction());
188 X_njs_MB_reg_IO_man();
188 } 189 }
189 190
190 /* @} */ 191 /* @} */