just adding a marker for where the "peer domain" logic should likely be plugged in
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 18 Mar 2010 18:35:56 +0000 (18:35 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 18 Mar 2010 18:35:56 +0000 (18:35 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1938 9efc2488-bf62-4759-914b-345cdb29e865

src/router/osrf_router.c

index b048317..dcfb823 100644 (file)
@@ -355,7 +355,12 @@ static void osrfRouterClassHandleIncoming( osrfRouter* router, const char* class
                                                        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();