CernVM-FS
2.12.0
|
#include <interrupt.h>
Public Member Functions | |
InterruptCue () | |
virtual | ~InterruptCue () |
virtual bool | IsCanceled () |
This file is part of the CernVM File System. Allows to query for interrupts of active file system requests. Used to handle canceled fuse requests with the inherited class FuseInterruptCue.
Definition at line 12 of file interrupt.h.
|
inline |
Definition at line 14 of file interrupt.h.
|
inlinevirtual |
Definition at line 15 of file interrupt.h.
|
inlinevirtual |
Reimplemented in cvmfs::FuseInterruptCue.
Definition at line 16 of file interrupt.h.
Referenced by download::DownloadManager::VerifyAndFinalize().