Commit 7ff0bb65 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Add TODO.

parent 7c991e45
......@@ -22,6 +22,8 @@ type getter func() []byte
// FileSystemDebug exposes a .debug directory, exposing files for
// which a read hooks into a callback. This is useful for exporting
// metrics and debug information from the daemon.
//
// TODO - should use in-process mount instead?
type FileSystemDebug struct {
sync.RWMutex
callbacks map[string]getter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment