[CONSRV]... and fix comments (forgotten in revision 62861).

svn path=/trunk/; revision=62863
This commit is contained in:
Hermès Bélusca-Maïto 2014-04-22 00:55:03 +00:00
parent 1aeb9b9ddd
commit fefde4e142

View file

@ -282,8 +282,8 @@ typedef struct _CONSOLE
CONSOLE_STATE State; /* State of the console */
LIST_ENTRY ProcessList; /* List of processes owning the console. The first one is the so-called "Console Leader Process" */
PCONSOLE_PROCESS_DATA NotifiedLastCloseProcess; /* Pointer to the unique process that needs to be notified when all the other processes have been detached from the console */
BOOLEAN NotifyLastClose; /* TRUE if the console should send a control event to the last attached process after all the others detached, if it wanted to be notified */
PCONSOLE_PROCESS_DATA NotifiedLastCloseProcess; /* Pointer to the unique process that needs to be notified when the console leader process is killed */
BOOLEAN NotifyLastClose; /* TRUE if the console should send a control event when the console leader process is killed */
FRONTEND TermIFace; /* Frontend-specific interface */