cx.hrl 263 B

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