X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fsi%2Fsrc%2Fsi95%2Fsistruct.h;h=0713395091f2663ee59cc5e289dce08b6ef20c07;hb=bc3de17c3b959fcc6a5ba42f5d3b09402bf89687;hp=c394afb0fe6b96ce4799b9c3451c43651c2c2c32;hpb=c1f84f8a4a4e2b90ad9ec18aba2b5365d3e51386;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/si/src/si95/sistruct.h b/src/rmr/si/src/si95/sistruct.h index c394afb..0713395 100644 --- a/src/rmr/si/src/si95/sistruct.h +++ b/src/rmr/si/src/si95/sistruct.h @@ -71,9 +71,6 @@ struct ginfo_blk { // general info block (context) fd_set readfds; // select/poll file des lists fd_set writefds; fd_set execpfds; - fd_set readfds_qs; // quick set read/write/except fd sets - fd_set writefds_qs; - fd_set execpfds_qs; char *rbuf; // read buffer struct callback_blk *cbtab; // pointer at the callback table int fdcount; // largest fd to select on in siwait