Skip to content

Commit

Permalink
Update declaration of System.Net assembly (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored May 31, 2019
1 parent 5a61aec commit f916b4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/DeviceInterfaces/System.Net/sys_net_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ static const CLR_RT_MethodHandler method_lookup[] =

const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_System_Net =
{
"System.Net",
"System.Net",
0x808BAB84,
method_lookup,
{ 1, 0, 6, 0 }
{ 1, 0, 7, 0 }
};
7 changes: 4 additions & 3 deletions src/DeviceInterfaces/System.Net/sys_net_native.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ struct Library_sys_net_native_System_Net_Sockets_Socket
static const int FIELD__m_Handle = 1;
static const int FIELD__m_fBlocking = 2;
static const int FIELD__m_localEndPoint = 3;
static const int FIELD__m_recvTimeout = 4;
static const int FIELD__m_sendTimeout = 5;
static const int FIELD___socketType = 6;
static const int FIELD___remoteEndPoint = 4;
static const int FIELD__m_recvTimeout = 5;
static const int FIELD__m_sendTimeout = 6;
static const int FIELD___socketType = 7;


//--//
Expand Down

0 comments on commit f916b4c

Please sign in to comment.