From 679d52ced69adecaa510b7b196a1d13c59fc836c Mon Sep 17 00:00:00 2001
From: UbitUmarov
Date: Fri, 23 Dec 2016 19:41:57 +0000
Subject:  add missing file

---
 OpenSim/Framework/UserProfiles.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/OpenSim/Framework/UserProfiles.cs b/OpenSim/Framework/UserProfiles.cs
index 6d46fe9..4ed890b 100644
--- a/OpenSim/Framework/UserProfiles.cs
+++ b/OpenSim/Framework/UserProfiles.cs
@@ -135,6 +135,7 @@ namespace OpenSim.Framework
         public string born;
         public byte[] membershipType;
         public uint flags;
+        public HashSet<IClientAPI> ClientsWaitingProps;
     }
 }
 
-- 
cgit v1.1