Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
b134ea9a
Commit
b134ea9a
authored
Apr 24, 2014
by
David COME
Browse files
Added an function to mark a MemBlock as failed
parent
7abf4b04
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/MemBlock.hpp
View file @
b134ea9a
...
...
@@ -45,6 +45,12 @@ public:
reset
();
}
void
markAsFailed
(){
m_failed
=
true
;
m_fileBlock
=
-
1
;
m_tapeFileBlock
=
-
1
;
}
/**
* Reset the values of all the
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment