gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r10023: better comments.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10023: better comments.
Date: Mon, 16 Mar 2009 16:48:07 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10023
committer: address@hidden
branch nick: rtmp
timestamp: Mon 2009-03-16 16:48:07 -0600
message:
  better comments.
modified:
  cygnal/cygnal.cpp
=== modified file 'cygnal/cygnal.cpp'
--- a/cygnal/cygnal.cpp 2009-03-03 23:47:47 +0000
+++ b/cygnal/cygnal.cpp 2009-03-16 22:48:07 +0000
@@ -53,6 +53,7 @@
 #include "network.h"
 #include "log.h"
 #include "crc.h"
+#include "proc.h"
 #include "rtmp.h"
 #include "buffer.h"
 #include "utility.h"
@@ -142,13 +143,18 @@
 
 // end of globals
 
+// The debug log used by all the gnash libraries.
 static LogFile& dbglogfile = LogFile::getDefaultInstance();
 
-// The rcfile is loaded and parsed here:
+// The user config for Cygnal is loaded and parsed here:
 static CRcInitFile& crcfile = CRcInitFile::getDefaultInstance();
 
+// Cache support for responses and files.
 static Cache& cache = Cache::getDefaultInstance();
 
+// The list of active cgis beiung executed.
+static std::map<std::string, Proc> procs; // = proc::getDefaultInstance();
+
 // This mutex is used to signify when all the threads are done.
 static boost::condition        alldone;
 static boost::mutex    alldone_mutex;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]