|
@@ -5,7 +5,8 @@
|
|
-compile(export_all).
|
|
-compile(export_all).
|
|
|
|
|
|
-record(ev, { module, msg, trigger, name }).
|
|
-record(ev, { module, msg, trigger, name }).
|
|
--record(cx, { handlers, actions, req, module, lang, path, session, formatter=false, params, form, state=[] }).
|
|
|
|
|
|
+-record(cx, { handlers=[], actions=[], req=[], module=[], lang=[], path=[],
|
|
|
|
+ session=[], formatter=bert, params=[], node=[], client_pid=[], state=[], from=[] }).
|
|
|
|
|
|
-define(B(E), nitro:to_binary(E)).
|
|
-define(B(E), nitro:to_binary(E)).
|
|
-define(L(E), nitro:to_list(E)).
|
|
-define(L(E), nitro:to_list(E)).
|