add s6a trace for message context

And this is a changed.
  TRACE.CONTEXT, TRACE.SM is removed in configuration files
  TRACE.OTHERS is added

See the support/nextepc.conf.in

Even though, you don't have to apply this changes to your current
configuration. TRACE.CONTEXT/SM/OTHERS will be ignored.
This commit is contained in:
Sukchan Lee 2017-08-02 15:11:08 +09:00
parent 4496998fd3
commit 432626628c
25 changed files with 282 additions and 155 deletions

View file

@ -16,6 +16,7 @@
#define MAX_SIG_DESC_SIZE 256
#define HUGE_STRING_LEN 8192
#define MAX_FILEPATH_LEN 256
#define MAX_ERROR_STRING_LEN 1024