Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
2a0190af
Commit
2a0190af
authored
7 years ago
by
Michael Davis
Browse files
Options
Downloads
Patches
Plain Diff
[xrd_ssi] Removes debug message from OStreamBuffer class
parent
3b920963
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmdline/CMakeLists.txt
+3
-3
3 additions, 3 deletions
cmdline/CMakeLists.txt
cta.spec.in
+1
-1
1 addition, 1 deletion
cta.spec.in
xroot_ssi_pb/XrdSsiPbOStreamBuffer.hpp
+2
-0
2 additions, 0 deletions
xroot_ssi_pb/XrdSsiPbOStreamBuffer.hpp
with
6 additions
and
4 deletions
cmdline/CMakeLists.txt
+
3
−
3
View file @
2a0190af
...
...
@@ -21,9 +21,9 @@ find_package (cryptopp REQUIRED)
find_package
(
xrootdclient REQUIRED
)
include_directories
(
${
XROOTD_INCLUDE_DIR
}
${
CMAKE_SOURCE_DIR
}
)
add_executable
(
cta CTACmdMain.cpp Configuration.cpp
)
target_link_libraries
(
cta
${
XROOTD_XRDCL_LIB
}
cryptopp
)
install
(
TARGETS cta DESTINATION usr/bin
)
add_executable
(
cta
.deprecated
CTACmdMain.cpp Configuration.cpp
)
target_link_libraries
(
cta
.deprecated
${
XROOTD_XRDCL_LIB
}
cryptopp
)
install
(
TARGETS cta
.deprecated
DESTINATION usr/bin
)
INSTALL
(
FILES cta-cli.conf DESTINATION
${
CMAKE_INSTALL_SYSCONFDIR
}
/cta
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
/tapeserver/
)
...
...
This diff is collapsed.
Click to expand it.
cta.spec.in
+
1
−
1
View file @
2a0190af
...
...
@@ -112,7 +112,7 @@ CERN Tape Archive:
The xroot plugin
%files -n cta-cli
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta
%attr(0755,root,root) %{_bindir}/cta
.deprecated
%attr(0755,root,root) %{_bindir}/cta-admin
%attr(0755,root,root) %{_bindir}/eoscta_stub
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-cli.conf
...
...
This diff is collapsed.
Click to expand it.
xroot_ssi_pb/XrdSsiPbOStreamBuffer.hpp
+
2
−
0
View file @
2a0190af
...
...
@@ -99,7 +99,9 @@ private:
* Called by the XrdSsi framework when it is finished with the object
*/
virtual
void
Recycle
()
{
#ifdef XRDSSI_DEBUG
std
::
cerr
<<
"[DEBUG] OStreamBuffer::Recycle()"
<<
std
::
endl
;
#endif
delete
this
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment