From 3a9e211d36ee94ff99941943b3b51e0f768624f5 Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Fri, 06 Nov 2009 09:11:40 +0000
Subject: [PATCH] In order to support a more clever algorithm for the DS to choose his RS,  we introduce:

---
 opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java b/opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java
index e3f6e48..138b2b1 100644
--- a/opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java
+++ b/opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java
@@ -93,6 +93,24 @@
   }
 
   /**
+   * Sets the sender ID.
+   * @param senderID The sender ID.
+   */
+  public void setSenderID(int senderID)
+  {
+    this.senderID = senderID;
+  }
+
+  /**
+   * Sets the destination.
+   * @param destination The destination.
+   */
+  public void setDestination(int destination)
+  {
+    this.destination = destination;
+  }
+
+  /**
    * Sets the state of the replication server.
    * @param state The state.
    */

--
Gitblit v1.10.0