[Opensrf-commits] r2051 - trunk/include/opensrf (erickson)

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


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

Modified:
   trunk/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: trunk/include/opensrf/socket_bundle.h
===================================================================
--- trunk/include/opensrf/socket_bundle.h	2010-10-26 14:12:33 UTC (rev 2050)
+++ trunk/include/opensrf/socket_bundle.h	2010-11-05 12:59:00 UTC (rev 2051)
@@ -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