Skip to content
Snippets Groups Projects
Commit 0b15c4ab authored by rswindell's avatar rswindell
Browse files

Local Spy console can now send keystrokes to the node session.

parent bc7a5c42
Branches
Tags
No related merge requests found
...@@ -58,8 +58,8 @@ typedef struct { ...@@ -58,8 +58,8 @@ typedef struct {
DWORD rlogin_interface; DWORD rlogin_interface;
DWORD reserved_dword7; DWORD reserved_dword7;
DWORD reserved_dword6; DWORD reserved_dword6;
RingBuf** spybuf; RingBuf** node_spybuf; // Spy output buffer (each node)
DWORD reserved_dword4; RingBuf** node_inbuf; // User input buffer (each node)
DWORD reserved_dword3; DWORD reserved_dword3;
DWORD reserved_dword2; DWORD reserved_dword2;
DWORD reserved_dword1; DWORD reserved_dword1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment