Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2007-01-23 19:49:11 +0300
committerPaolo Molaro <lupus@oddwiz.org>2007-01-23 19:49:11 +0300
commitdfedc6398165e0493a2f323462d2e83d7a876b97 (patch)
tree9ef4eeac2bc9adb12d6387c38b810be5f0f79da0
parent7cbb1d9e455109c0d1286ae17354dbc532022a1f (diff)
Tue Jan 23 17:48:42 CET 2007 Paolo Molaro <lupus@ximian.com>
* Context.cs: mark the GC-tracked field with UIntPtr. svn path=/trunk/mcs/; revision=71520
-rw-r--r--mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog4
-rw-r--r--mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog b/mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog
index 269ff91aa86..59315b43f08 100644
--- a/mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog
+++ b/mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog
@@ -1,4 +1,8 @@
+Tue Jan 23 17:48:42 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+ * Context.cs: mark the GC-tracked field with UIntPtr.
+
Wed Mar 15 16:35:13 CET 2006 Paolo Molaro <lupus@ximian.com>
* Context.cs: update for LocalDataStoreSlot changes.
diff --git a/mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs b/mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs
index 4c30ecfb552..e0c07dc585e 100644
--- a/mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs
+++ b/mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs
@@ -47,7 +47,7 @@ namespace System.Runtime.Remoting.Contexts {
#region Sync with domain-internals.h
int domain_id;
int context_id;
- IntPtr static_data;
+ UIntPtr static_data; /* GC-tracked */
#endregion
// Default server context sink chain