X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fserver%2Ftelnet_server.h;h=4d85cb7a1ba99b74456b8590d8594fe675576b43;hp=738efa569a48b0713d845ee6fadff0cda3d8a47b;hb=526fe3d83e118d87af34353a7140c02f3f1a3c19;hpb=01dd733dadc3508ba8f3abf8de87248c835891df diff --git a/src/server/telnet_server.h b/src/server/telnet_server.h index 738efa569a..4d85cb7a1b 100644 --- a/src/server/telnet_server.h +++ b/src/server/telnet_server.h @@ -2,6 +2,9 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2007,2008 Øyvind Harboe * + * oyvind.harboe@zylin.com * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -54,6 +57,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