Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

 [XCache] Support pgRead, per page checksums, use OssAt during purge. #1330

Merged
merged 3 commits into from
Nov 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions src/XrdOss/XrdOssApi.hh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ int Close(long long *retsz=0);
int Opendir(const char *, XrdOucEnv &);
int Readdir(char *buff, int blen);
int StatRet(struct stat *buff);
int getFD() {return fd;}

// Constructor and destructor
XrdOssDir(const char *tid, DIR *dP=0)
Expand Down
2 changes: 2 additions & 0 deletions src/XrdPfc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ set( LIB_XRD_BLACKLIST XrdBlacklistDecision-${PLUGIN_VERSION} )
add_library(
${LIB_XRD_FILECACHE}
MODULE
XrdPfc/XrdPfcTypes.hh
XrdPfc/XrdPfc.cc XrdPfc/XrdPfc.hh
XrdPfc/XrdPfcConfiguration.cc
XrdPfc/XrdPfcPurge.cc
Expand Down Expand Up @@ -69,6 +70,7 @@ set_target_properties(
add_executable(
xrdpfc_print
XrdPfc/XrdPfcPrint.hh XrdPfc/XrdPfcPrint.cc
XrdPfc/XrdPfcTypes.hh
XrdPfc/XrdPfcInfo.hh XrdPfc/XrdPfcInfo.cc)

target_link_libraries(
Expand Down