[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "locate-with-id" created.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Jun 21 11:57:14 CDT 2011


branch "locate-with-id" has been created
        at  910318fa6ecd6af5aab584664514c886e289d2c6 (commit)

- Log -----------------------------------------------------------------
commit 910318fa6ecd6af5aab584664514c886e289d2c6
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Tue Jun 21 11:54:59 2011 -0500

    Added id field to ServiceLocatorParams.

diff --git a/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice b/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice
index 44fab7f..fdfb945 100644
--- a/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice
+++ b/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice
@@ -59,6 +59,12 @@ module V1
        * Basic category for the service, such as bridge or channel service.
        */
       string category;
+
+      /**
+       * Identifier of a specific instance. If left empty the default comparator will 
+       * match on category only. 
+       */
+       string id;
    };
 
    /**

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list