[Opensrf-commits] r2052 - branches/rel_1_6/include/opensrf (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Nov 5 08:59:46 EDT 2010


Author: erickson
Date: 2010-11-05 08:59:45 -0400 (Fri, 05 Nov 2010)
New Revision: 2052

Modified:
   branches/rel_1_6/include/opensrf/socket_bundle.h
Log:
socket_bundle typo patch from Jason Stephenson

Further discussion and DCO:

http://libmail.georgialibraries.org/pipermail/open-ils-dev/2010-November/006476.html


Modified: branches/rel_1_6/include/opensrf/socket_bundle.h
===================================================================
--- branches/rel_1_6/include/opensrf/socket_bundle.h	2010-11-05 12:59:00 UTC (rev 2051)
+++ branches/rel_1_6/include/opensrf/socket_bundle.h	2010-11-05 12:59:45 UTC (rev 2052)
@@ -48,7 +48,7 @@
 #endif
 
 /* models a single socket connection */
-struct socket_node;
+struct socket_node_struct;
 typedef struct socket_node_struct socket_node;
 
 



More information about the opensrf-commits mailing list