X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fhi_lib%2Flib%2Fapi%2Fxran_mlog_lnx.h;h=e42a8a62d704376ee45a0a27bee20c7a17f2cb69;hb=refs%2Fheads%2Fmaster;hp=8629009c3ae5caa520c36ff02e8d83895d516b75;hpb=cef07f74965b1749dd909fc1322e211489fea2ea;p=o-du%2Fphy.git diff --git a/fhi_lib/lib/api/xran_mlog_lnx.h b/fhi_lib/lib/api/xran_mlog_lnx.h index 8629009..e42a8a6 100644 --- a/fhi_lib/lib/api/xran_mlog_lnx.h +++ b/fhi_lib/lib/api/xran_mlog_lnx.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2020 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,6 @@ * *******************************************************************************/ - #ifndef _XRAN_MLOG_LNX_H_ #define _XRAN_MLOG_LNX_H_ @@ -33,9 +32,11 @@ 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 +#define MLogGetFileName() NULL #define MLogGetFileSize() 0 #define MLogSetMask(a) MLOG_FALSE #define MLogGetMask() @@ -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 */