#164 closed enhancement (later)
Need wrapper for psTrace() for SWIG
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | sys | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
SWIG cannot handle varargs functions, so we need a wrapper for psTrace:
#if defined(psTrace)
# undef psTrace
#endif
void psTrace(const char *comp, component being traced
int level, desired trace level
char *str) output string
{
p_psTrace(comp, level, str);
}
Note:
See TracTickets
for help on using tickets.

We'll worry about SWIG later.