MCPcopy Create free account
hub / github.com/Axosoft/nsfw / addNodeReferenceByWD

Method addNodeReferenceByWD

src/linux/InotifyTree.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void InotifyTree::addNodeReferenceByWD(int wd, InotifyNode *node) {
67 (*mInotifyNodeByWatchDescriptor)[wd] = node;
68}
69
70std::string InotifyTree::getError() {
71 return mError;

Callers 1

inotifyInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected