| 87 | } |
| 88 | |
| 89 | void InotifyService::remove(int wd, std::string name) { |
| 90 | dispatch(DELETED, wd, name); |
| 91 | } |
| 92 | |
| 93 | void InotifyService::rename(int fromWd, std::string fromName, int toWd, std::string toName) { |
| 94 | dispatchRename(fromWd, fromName, toWd, toName); |