Skip to content

Commit 92b88ce

Browse files
committed
Update cx to match nitro cx
1 parent 25e194a commit 92b88ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/wf.hrl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
-define(N2O_HRL, true).
33

44
-record(handler, { name, module, class, group, config, state}).
5-
-record(cx, { handlers, actions, req, module, lang, path, session, formatter=false, params, form, state=[] }).
6-
5+
-record(cx, { handlers=[], actions=[], req=[], module=[], lang=[], path=[],
6+
session=[], formatter=false, params=[], node=[], client_pid=[], state=[], from=[], vsn = [] }).
77
-define(CTX, (get(context))).
88
-define(REQ, (get(context))#cx.req).
99

0 commit comments

Comments
 (0)