]> git.sur5r.net Git - openocd/blobdiff - src/server/telnet_server.h
.cfg files are now executed as Jim Tcl. Commands that terminate script w/error message.
[openocd] / src / server / telnet_server.h
index 738efa569a48b0713d845ee6fadff0cda3d8a47b..83579f9d0164da85e9b217a4f7a53f85524675a2 100644 (file)
@@ -54,6 +54,7 @@ typedef struct telnet_connection_s
        char *history[TELNET_LINE_HISTORY_SIZE];
        int next_history;
        int current_history;
+       int closed;
 } telnet_connection_t;
 
 typedef struct telnet_service_s