| 609 | |
| 610 | |
| 611 | void Foam::fileMonitor::setUnmodified(const label watchFd) |
| 612 | { |
| 613 | state_[watchFd] = UNMODIFIED; |
| 614 | localState_[watchFd] = UNMODIFIED; |
| 615 | |
| 616 | if (!useInotify_) |
| 617 | { |
| 618 | watcher_->lastMod_[watchFd] = highResLastModified(watchFile_[watchFd]); |
| 619 | } |
| 620 | } |
| 621 | |
| 622 | |
| 623 | // ************************************************************************* // |
nothing calls this directly
no test coverage detected