JIRA ID ODUHIGH193: Allocation and deallocation of MaceCellCfg sharable buffer
[o-du/l2.git] / src / cm / gen.x
index 689d5cf..7d0252f 100755 (executable)
@@ -232,7 +232,7 @@ typedef struct tskInit            /* task initialization */
    Bool trc;                      /* trace */
 #ifdef DEBUGP
    U32 dbgMask;                   /* debug mask */
-   Txt prntBuf[PRNTSZE];          /* print buffer */
+   Txt prntBuf[255];          /* print buffer */
 #endif
    Txt *prntCirBuf; /* print buffer for each system task */
 #ifdef SS_DIAG
@@ -1705,7 +1705,7 @@ EXTERN S16 cmUnpkCmStatus ARGS((CmStatus *status,   Buffer *mBuf));
 EXTERN S16 cmUnpkCmAlarm  ARGS((CmAlarm  *alrm,     Buffer *mBuf));
 
 #endif /* CMFILE_REORG_1 */
-#ifdef XEON_SPECIFIC_CHANGES
+#if defined(XEON_SPECIFIC_CHANGES) || defined(INTEL_WLS)
 void * mtGetWlsHdl();
 #endif