revert the KD_CONTEXT change

svn path=/trunk/; revision=43690
This commit is contained in:
Timo Kreuzer
2009-10-22 15:25:37 +00:00
parent 8e9a646867
commit aa43316443
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -211,8 +211,8 @@ typedef struct _KD_PACKET
//
typedef struct _KD_CONTEXT
{
ULONG RetryCount;
BOOLEAN BreakInRequested;
ULONG KdpDefaultRetries;
BOOLEAN KdpControlCPending;
} KD_CONTEXT, *PKD_CONTEXT;
//