Author: zoltan
Date: 2005-05-02 16:10:57 -0400 (Mon, 02 May 2005)
New Revision: 43899
Modified:
trunk/mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog
trunk/mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs
Log:
2005-05-02 Zoltan Varga <[EMAIL PROTECTED]>
* Context.cs: Remove process_id field to sync with the unmanaged
structure.
Modified: trunk/mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog
2005-05-02 20:10:03 UTC (rev 43898)
+++ trunk/mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog
2005-05-02 20:10:57 UTC (rev 43899)
@@ -1,3 +1,8 @@
+2005-05-02 Zoltan Varga <[EMAIL PROTECTED]>
+
+ * Context.cs: Remove process_id field to sync with the unmanaged
+ structure.
+
2004-10-26 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* Context.cs: Added NeedsContextSink property, which returns TRUE if
Modified: trunk/mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs
===================================================================
--- trunk/mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs
2005-05-02 20:10:03 UTC (rev 43898)
+++ trunk/mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs
2005-05-02 20:10:57 UTC (rev 43899)
@@ -44,10 +44,11 @@
public class Context
{
+ #region Sync with domain-internals.h
int domain_id;
int context_id;
- int process_id;
IntPtr static_data;
+ #endregion
// Default server context sink chain
static IMessageSink default_server_context_sink;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches