X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fsi%2Fsrc%2Fsi95%2Fsistruct.h;h=51a1e6af1d4ef97651f7790649b05ed441252289;hb=0a58458afe875798f0ac3f367bd05e4ba523e115;hp=0713395091f2663ee59cc5e289dce08b6ef20c07;hpb=bc3de17c3b959fcc6a5ba42f5d3b09402bf89687;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 0713395..51a1e6a 100644 --- a/src/rmr/si/src/si95/sistruct.h +++ b/src/rmr/si/src/si95/sistruct.h @@ -30,6 +30,9 @@ ****************************************************************************** */ +#ifndef _sistruct_h +#define _sistruct_h + struct ioq_blk // block to queue on session when i/o waiting { struct ioq_blk *next; // next block in the queue @@ -80,3 +83,5 @@ struct ginfo_blk { // general info block (context) int sierr; // our internal error number (SI_ERR_* constants) struct tp_blk** tp_map; // direct fd -> tp block map }; + +#endif