X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fsi%2Fsrc%2Fsi95%2Fsiconst.h;h=f43e41a29dd49a1fd218261a781ceed8a284d666;hb=280477fab59b789d924830e1a50dc9d2656915af;hp=9bd32c8f5c1b0e7105cf14f3b34793addd6bc5a4;hpb=ec88d3c0563eeb6ae5f73427edb0b3c4d7acf299;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/si/src/si95/siconst.h b/src/rmr/si/src/si95/siconst.h index 9bd32c8..f43e41a 100644 --- a/src/rmr/si/src/si95/siconst.h +++ b/src/rmr/si/src/si95/siconst.h @@ -38,13 +38,15 @@ #define DEBUG 0 #endif +#ifndef PARANOID_CHECKS +# define PARANOID_CHECKS 0 +#endif //#define EOS '\000' // end of string marker // general info block flags #define GIF_SHUTDOWN 0x01 // shutdown in progress #define GIF_NODELAY 0x02 // set no delay flag on t_opens -#define GIF_SESS_CHANGE 0x04 // session list has changed; new poll list needed // transmission provider block flags #define TPF_LISTENFD 0x01 // set on tp blk that is fd for tcp listens @@ -52,6 +54,8 @@ #define TPF_UNBIND 0x04 // SIterm should unbind the fd #define TPF_DRAIN 0x08 // session is being drained #define TPF_DELETE 0x10 // block is ready for deletion -- when safe +#define TPF_SAFEC 0x20 // use safe connect when connecting +#define TPF_ABORT 0x40 // connection should be aborted at termination #define MAX_CBS 8 // number of supported callbacks in table #define MAX_RBUF 8192 // max size of receive buffer