| // This file defines data types that are also defined in the idl for the |
| // mounttable. We live with the duplication here to avoid having to depend |
| // on stubs which in turn depend on the runtime etc. |
| // mountedServer mirrors mounttable.MountedServer |
| type mountedServer struct { |
| // Server is the OA that's mounted. |
| // TTL is the remaining time (in seconds) before the mount entry expires. |
| // mountEntry mirrors mounttable.MountEntry |
| // Name is the mounted name. |
| // Servers (if present) specifies the mounted names (Link is empty). |