Closed edahlgren closed 9 years ago
Currently the open modes available don't allow client to open files append only nor to exclude file access to a single client. These bits are available in 9p:
http://lxr.free-electrons.com/source/include/net/9p/9p.h#L223
This standardizes the flags to be hex (seems to be what everything else is) and completes the set.
Currently the open modes available don't allow client to open files append only nor to exclude file access to a single client. These bits are available in 9p:
http://lxr.free-electrons.com/source/include/net/9p/9p.h#L223
This standardizes the flags to be hex (seems to be what everything else is) and completes the set.