Commit 7ad99ec9 authored by Aaron Jacobs's avatar Aaron Jacobs

Added MountConfig.ReadOnly.

parent cb273d01
...@@ -65,6 +65,9 @@ type MountConfig struct { ...@@ -65,6 +65,9 @@ type MountConfig struct {
// should inherit. If nil, context.Background() will be used. // should inherit. If nil, context.Background() will be used.
OpContext context.Context OpContext context.Context
// TODO(jacobsa): Add comments.
ReadOnly bool
// OS X only. // OS X only.
// //
// Normally on OS X we mount with the novncache option // Normally on OS X we mount with the novncache option
......
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