cx.hrl 239 B

1234567
  1. -ifndef(NITRO_CX).
  2. -define(NITRO_CX, true).
  3. -record(cx, { handlers=[], actions=[], req=[], module=[], lang=[], path=[],
  4. session=[], formatter=bert, params=[], node=[], client_pid=[], state=[], from=[], vsn = [] }).
  5. -endif.