]> Sergey Matveev's repositories - btrtrc.git/blobdiff - fs/torrentfs.go
Formatting and comments
[btrtrc.git] / fs / torrentfs.go
index 65cb42cef2efed3b1a6509c32804d29917b64daf..5fdc95e8cc4abc0d20489c0275e8c6068245de20 100644 (file)
@@ -40,6 +40,8 @@ var (
        _ fusefs.HandleReadDirAller = dirNode{}
 )
 
+// Is a directory node that lists all torrents and handles destruction of the
+// filesystem.
 type rootNode struct {
        fs *TorrentFS
 }