[Opensrf-commits] r1938 - trunk/src/router (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 18 14:36:00 EDT 2010


Author: miker
Date: 2010-03-18 14:35:56 -0400 (Thu, 18 Mar 2010)
New Revision: 1938

Modified:
   trunk/src/router/osrf_router.c
Log:
just adding a marker for where the "peer domain" logic should likely be plugged in

Modified: trunk/src/router/osrf_router.c
===================================================================
--- trunk/src/router/osrf_router.c	2010-03-16 04:41:04 UTC (rev 1937)
+++ trunk/src/router/osrf_router.c	2010-03-18 18:35:56 UTC (rev 1938)
@@ -355,7 +355,12 @@
 							router, classname, class, msg );
 					/* handle bounced message */
 					if( !bouncedMessage ) {
-						/* we have no one to send the requested message to */
+						/* we have no one to send the requested message to on our domain */
+
+                        /* XXX */
+                        /* XXX Here's where we plug in peer domains, inserting this brick into a wall */
+                        /* XXX */
+
 						message_free( msg );
 						osrfLogClearXid();
 						



More information about the opensrf-commits mailing list