alja / xrootd

Other
0 stars 0 forks source link

Small updates encountered when working on Purge Plugin #88

Closed jhiemstrawisc closed 1 month ago

jhiemstrawisc commented 1 month ago

These are mostly things I determined I'd need as I was working on the LotMan plugin. The biggest thing was the addition of various extra public headers that I found I needed to import:

#include <XrdPfc/XrdPfcPurgePin.hh>
#include <XrdPfc/XrdPfcDirStateSnapshot.hh>
#include <XrdPfc/XrdPfc.hh>

Let me know if anything doesn't look right.