Return the lock of the file.
| 602 | |
| 603 | /// Return the lock of the file. |
| 604 | boost::shared_mutex* GetFileLock() { return &physical_file_lock_; } |
| 605 | |
| 606 | /// Return the status lock of the file. |
| 607 | SpinLock* GetStatusLock() { return &status_lock_; } |
no outgoing calls