You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2006/05/21 14:50:08 UTC

svn commit: r408167 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h jk_shm.c jk_shm.h jk_status.c jk_util.c jk_util.h

Author: rjung
Date: Sun May 21 05:50:08 2006
New Revision: 408167

URL: http://svn.apache.org/viewvc?rev=408167&view=rev
Log:
Fix authors.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
    tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h
    tomcat/connectors/trunk/jk/native/common/jk_shm.c
    tomcat/connectors/trunk/jk/native/common/jk_shm.h
    tomcat/connectors/trunk/jk/native/common/jk_status.c
    tomcat/connectors/trunk/jk/native/common/jk_util.c
    tomcat/connectors/trunk/jk/native/common/jk_util.h

Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c?rev=408167&r1=408166&r2=408167&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Sun May 21 05:50:08 2006
@@ -19,6 +19,7 @@
  *              several workers.                                           *
  * Author:      Gal Shachor <sh...@il.ibm.com>                           *
  * Author:      Mladen Turk <mt...@apache.org>                             *
+ * Author:      Rainer Jung <rj...@apache.org>                             *
  * Based on:                                                               *
  * Version:     $Revision$                                          *
  ***************************************************************************/

Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h?rev=408167&r1=408166&r2=408167&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h Sun May 21 05:50:08 2006
@@ -17,6 +17,7 @@
 /***************************************************************************
  * Description: load balance worker header file                            *
  * Author:      Gal Shachor <sh...@il.ibm.com>                           *
+ * Author:      Rainer Jung <rj...@apache.org>                             *
  * Version:     $Revision$                                           *
  ***************************************************************************/
 

Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_shm.c?rev=408167&r1=408166&r2=408167&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_shm.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_shm.c Sun May 21 05:50:08 2006
@@ -17,6 +17,7 @@
 /***************************************************************************
  * Description: Shared Memory support                                      *
  * Author:      Mladen Turk <mt...@jboss.com>                              *
+ * Author:      Rainer Jung <rj...@apache.org>                             *
  * Version:     $Revision$                                          *
  ***************************************************************************/
 

Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_shm.h?rev=408167&r1=408166&r2=408167&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_shm.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_shm.h Sun May 21 05:50:08 2006
@@ -17,6 +17,7 @@
 /***************************************************************************
  * Description: Shared Memory object header file                           *
  * Author:      Mladen Turk <mt...@jboss.com>                              *
+ * Author:      Rainer Jung <rj...@apache.org>                             *
  * Version:     $Revision$                                           *
  ***************************************************************************/
 #ifndef _JK_SHM_H

Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?rev=408167&r1=408166&r2=408167&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_status.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_status.c Sun May 21 05:50:08 2006
@@ -17,6 +17,7 @@
 /***************************************************************************
  * Description: Status worker, display and manages JK workers              *
  * Author:      Mladen Turk <mt...@jboss.com>                              *
+ * Author:      Rainer Jung <rj...@apache.org>                             *
  * Version:     $Revision$                                           *
  ***************************************************************************/
 

Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.c?rev=408167&r1=408166&r2=408167&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_util.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_util.c Sun May 21 05:50:08 2006
@@ -18,6 +18,7 @@
  * Description: Utility functions (mainly configuration)                   *
  * Author:      Gal Shachor <sh...@il.ibm.com>                           *
  * Author:      Henri Gomez <hg...@apache.org>                            *
+ * Author:      Rainer Jung <rj...@apache.org>                             *
  * Version:     $Revision$                                          *
  ***************************************************************************/
 

Modified: tomcat/connectors/trunk/jk/native/common/jk_util.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.h?rev=408167&r1=408166&r2=408167&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_util.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_util.h Sun May 21 05:50:08 2006
@@ -18,6 +18,7 @@
  * Description: Various utility functions                                  *
  * Author:      Gal Shachor <sh...@il.ibm.com>                           *
  * Author:      Henri Gomez <hg...@apache.org>                            *
+ * Author:      Rainer Jung <rj...@apache.org>                             *
  * Version:     $Revision$                                          *
  ***************************************************************************/
 #ifndef _JK_UTIL_H



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org