X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fcommon%2Fsrc%2Flogging.c;h=b38721aef0a7b0c9659bd48319787dc59bb2344e;hb=165eaeac93938e2df6eb05273db370ee1c59ab2a;hp=f87b65dd57f2f1ca372bd076d806734dfd255cf2;hpb=c1c70b9063270159319be48bb091051da906b6d0;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/common/src/logging.c b/src/rmr/common/src/logging.c index f87b65d..b38721a 100644 --- a/src/rmr/common/src/logging.c +++ b/src/rmr/common/src/logging.c @@ -94,7 +94,7 @@ static char* log_situations[RMR_VL_DEBUG+1]; If time() returns 515300400, this function will add three didgets which represent the milliseconds: 515300400123 (515300400.123). */ -static long long mstime( ) { +extern long long mstime( ) { struct timespec now; long long rv = 0;