You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2016/01/17 23:33:01 UTC

svn commit: r1725143 - in /tcl/rivet/trunk: ChangeLog src/mod_rivet/rivet_worker_mpm.c

Author: mxmanghi
Date: Sun Jan 17 22:33:01 2016
New Revision: 1725143

URL: http://svn.apache.org/viewvc?rev=1725143&view=rev
Log:
    * src/trunk/rivet_worker_mpm.c: removed variable needed only when built with
    the old thread communication model


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/src/mod_rivet/rivet_worker_mpm.c

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1725143&r1=1725142&r2=1725143&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Sun Jan 17 22:33:01 2016
@@ -1,3 +1,7 @@
+2016-01-17 Massimo Manghi <mx...@apache.org>
+    * src/trunk/rivet_worker_mpm.c: removed variable needed only when built with
+    the old thread communication model
+
 2016-01-14 Massimo Manghi <mx...@apache.org>
     * src/mod_rivet/rivet_worker_mpm.c: new communication method between bridge
     controlled Tcl threads and handler threads. This method was inspired by

Modified: tcl/rivet/trunk/src/mod_rivet/rivet_worker_mpm.c
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/src/mod_rivet/rivet_worker_mpm.c?rev=1725143&r1=1725142&r2=1725143&view=diff
==============================================================================
--- tcl/rivet/trunk/src/mod_rivet/rivet_worker_mpm.c (original)
+++ tcl/rivet/trunk/src/mod_rivet/rivet_worker_mpm.c Sun Jan 17 22:33:01 2016
@@ -79,7 +79,7 @@ typedef struct mpm_bridge_status {
 } mpm_bridge_status;
 
 
-#ifdef THREAD_MODEL_NG
+#ifndef THREAD_MODEL_NG
 /* Job types a worker thread is supposed to respond to */
 
 typedef int rivet_job_t;
@@ -96,7 +96,7 @@ enum {
 
 typedef struct _handler_private 
 {
-#ifdef THREAD_MODEL_NG
+#ifndef THREAD_MODEL_NG
     rivet_job_t             job_type;
 #endif
     apr_thread_cond_t*      cond;



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org