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=e5ec5c067c2964dc15ba8aa9e3b3126031c8d3f4;hpb=bc3de17c3b959fcc6a5ba42f5d3b09402bf89687;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 e5ec5c0..f43e41a 100644 --- a/src/rmr/si/src/si95/siconst.h +++ b/src/rmr/si/src/si95/siconst.h @@ -38,6 +38,9 @@ #define DEBUG 0 #endif +#ifndef PARANOID_CHECKS +# define PARANOID_CHECKS 0 +#endif //#define EOS '\000' // end of string marker @@ -51,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