-
- Downloads
[EOS-CTA] Integrates XrdSsi Service object
The framework now expects only 3 protobuf types (Request, Metadata-response and Alert). This is because the response payload will be arbitrary data of arbitrary length and so is less well suited for protocol buffers. We can define the characteristics of the response (size, format, etc.) in the Metadata protobuf, or (if there is a use case), we can split the response into records and use a protobuf for the record format.
Showing
- cmdline/CMakeLists.txt 4 additions, 1 deletioncmdline/CMakeLists.txt
- cmdline/EosCtaApi.h 5 additions, 8 deletionscmdline/EosCtaApi.h
- cmdline/EosCtaStub.cpp 8 additions, 3 deletionscmdline/EosCtaStub.cpp
- xroot_ssi_pb/XrdSsiPbRequest.h 21 additions, 13 deletionsxroot_ssi_pb/XrdSsiPbRequest.h
- xroot_ssi_pb/XrdSsiPbRequestProc.h 21 additions, 5 deletionsxroot_ssi_pb/XrdSsiPbRequestProc.h
- xroot_ssi_pb/XrdSsiPbServiceClientSide.h 10 additions, 10 deletionsxroot_ssi_pb/XrdSsiPbServiceClientSide.h
Please register or sign in to comment