X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Flib%2Fapi%2Fxran_mlog_lnx.h;fp=fhi_lib%2Flib%2Fapi%2Fxran_mlog_lnx.h;h=e42a8a62d704376ee45a0a27bee20c7a17f2cb69;hp=e0913c7b20af9104fac3884e2066725d150b6ed6;hb=892daba4c616407f16506415d5a69549519ef11d;hpb=76b4495d593ccf45d712db1a3ec96fa9d2d8f5f5 diff --git a/fhi_lib/lib/api/xran_mlog_lnx.h b/fhi_lib/lib/api/xran_mlog_lnx.h index e0913c7..e42a8a6 100644 --- a/fhi_lib/lib/api/xran_mlog_lnx.h +++ b/fhi_lib/lib/api/xran_mlog_lnx.h @@ -32,6 +32,7 @@ extern "C" #define MLOG_FALSE ( 0 ) #define MLogOpen(a, b, c, d, e) MLOG_FALSE +#define MLogSetup(a, b, c, d) MLOG_FALSE #define MLogRestart(a) MLOG_FALSE #define MLogPrint(a) MLOG_FALSE #define MLogGetFileLocation() NULL @@ -55,6 +56,9 @@ extern "C" #endif /* MLOG_ENABLED */ +void MLogXRANTask(uint32_t taskid, uint64_t ticksstart, uint64_t ticksstop); +uint64_t MLogXRANTick(void); + #ifdef __cplusplus } #endif /* #ifdef __cplusplus */