From 3cacef3f6c7923e79f605c8d0085bab214ace4e2 Mon Sep 17 00:00:00 2001
From: Ramin Yaghoubzadeh <ryaghoub@techfak.uni-bielefeld.de>
Date: Thu, 2 Feb 2012 14:10:55 +0100
Subject: [PATCH] LinkUpdate

---
 proto/ipaaca.proto | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/proto/ipaaca.proto b/proto/ipaaca.proto
index 9424179..ebfa5b7 100755
--- a/proto/ipaaca.proto
+++ b/proto/ipaaca.proto
@@ -55,16 +55,13 @@ message IUCommission {
 	required string writer_name = 3;
 }
 
-message IUConnection {
-	required string source = 1;
-	required string target = 2;
-	required string type = 3;
-}
-
-message IUDisconnection {
-	required string source = 1;
-	required string target = 2;
-	required string type = 3;
+message IULinkUpdate {
+	required string uid = 1;
+	required uint32 revision = 2;
+	repeated LinkSet new_links = 3;
+	repeated LinkSet links_to_remove = 4;
+	required bool is_delta = 5 [default = false];
+	required string writer_name = 6;
 }
 
 
-- 
GitLab