[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] engine/core _main.cpp,1.210.2.3.4.1,1.210.2.3.4.2
From:       dcollins () helixcommunity ! org
Date:       2012-03-23 17:52:27
[Download RAW message or body]

Update of /cvsroot/server/engine/core
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv3237

Modified Files:
      Tag: SERVER_NUCLEUS
	_main.cpp 
Log Message:
tweak RSS for Nucleus builds


Index: _main.cpp
===================================================================
RCS file: /cvsroot/server/engine/core/_main.cpp,v
retrieving revision 1.210.2.3.4.1
retrieving revision 1.210.2.3.4.2
diff -u -d -r1.210.2.3.4.1 -r1.210.2.3.4.2
--- _main.cpp	2 Mar 2012 01:04:56 -0000	1.210.2.3.4.1
+++ _main.cpp	23 Mar 2012 17:52:24 -0000	1.210.2.3.4.2
@@ -3226,11 +3226,18 @@
         (float)(ulNewClients / timediff),
         (unsigned long)ulLeavingClients,
         (float)(ulLeavingClients / timediff));
+#ifndef HELIX_FEATURE_SERVER_NUCLEUS
     pBufPointer += sprintf(pBufPointer, "    Players by Protocol: %lu%% RTSP, %lu%% \
RTMP, %lu%% MMS, %lu%% HTTP Total\n",  (unsigned long)lRTSPPct,
         (unsigned long)lRTMPPct,
         (unsigned long)lMMSPct,
         (unsigned long)lHTTPPct);
+#else
+    pBufPointer += sprintf(pBufPointer, "    Players by Protocol: %lu%% RTSP, %lu%% \
RTMP, %lu%% HTTP Total\n", +        (unsigned long)lRTSPPct,
+        (unsigned long)lRTMPPct,
+        (unsigned long)lHTTPPct);
+#endif
     pBufPointer += sprintf(pBufPointer, "    HTTP Connections: %lu%% Persistent, \
%lu%% Secure, %lu%% Cloaked\n",  (unsigned long)lHTTPPersistentPct,
         (unsigned long)lHTTPSecurePct,
@@ -3243,8 +3250,10 @@
         (unsigned long)lTCPPct,
         (unsigned long)lUDPPct,
         (unsigned long)lMCastPct);
+#ifndef HELIX_FEATURE_SERVER_NUCLEUS
     pBufPointer += sprintf(pBufPointer, "    Net Devices: %lu\n",
         (unsigned long)m_pProc->pc->server_info->m_MidBoxCount);
+#endif
 
 #if XXXAAKTESTRTSP
     pBufPointer += sprintf(pBufPointer"    RTSP Stats: \
O(%lu)+D(%lu)+S(%lu)+SP(%lu)+P(%lu)+T(%lu)"


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic