// Copyright status: this file is in the public domain. #include "lx.h" #include "internal.h" LX_XID lx_resource_mask(LX_CONN *xc) { if (xc->flags & XCF_FAIL) return(0); return(xc->resource_mask); }