You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/obsolete/presence_b2b/trace.h

15 lines
268 B

#ifndef __TRACE_H
#define __TRACE_H
#include <cds/memory.h>
#include <cds/logger.h>
#include <cds/ser_profile.h>
#define mem_alloc cds_malloc
#define mem_free cds_free
#define TRACE(...) TRACE_LOG("presence_b2b: " __VA_ARGS__)
/* #define TRACE(args...) */
#endif