]> andersk Git - moira.git/blobdiff - gdb/gdb_lib.h
lint
[moira.git] / gdb / gdb_lib.h
index 2ffd651c0b50ef8c01282125e8ef5378b8b84272..c67b6eb316a1392c7ac641473b045c5ec83cf894 100644 (file)
@@ -132,6 +132,14 @@ struct con_data gdb_cons[GDB_MAX_CONNECTIONS];     /* actual connection data */
 fd_set gdb_crfds, gdb_cwfds, gdb_cefds;                /* connection related file */
                                                /* descriptor maps to be */
                                                /* used in select */
+fd_set last_crfds, last_cwfds, last_cefds;     /* these file desc. bit */
+                                               /* masks are set up */
+                                               /* for each select call */
+                                               /* to include the user */
+                                               /* supplied and the */
+                                               /* connection related */
+                                               /* fd's */
+
        /*----------------------------------------------------------*/
        /*      
        /*                      gdb_notime
This page took 0.922639 seconds and 4 git commands to generate.