dCache / xrootd4j

Implementation of the xrootd data access protocol in Java
Other
3 stars 8 forks source link

Add PrepareResponse, fix PrepareRequest #177

Closed cal-jlab closed 7 months ago

cal-jlab commented 7 months ago

I added a PrepareResponse class, fixed a bug in PrepareRequest (reading 16-bit ints when it should have been 8-bit), changed return type of doOnPrepare().

This is all in support of my implementing an xrootd interface to the Jefferson Lab tape library.

kofemann commented 7 months ago

Thanks for the PR. Could you please update it against the master branch? We will cherry-pick it for 4.6 ourselves.

cal-jlab commented 7 months ago

Sure. How do I do that? Do I need to make a new pull request?

kofemann commented 7 months ago

Yes, I think so

cal-jlab commented 7 months ago

Closing this pull request since I just issued one for master branch.