diff options
| author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-09-12 07:28:48 -0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-12 10:28:48 -0400 |
| commit | 26081a32dfaf34fdc8b6cf53222c15f3d4e4f30d (patch) | |
| tree | 57013e4fac5d49ac526e47ab67c816626288785c /src/msg.fbs | |
| parent | 1ffae651655746b95dd40207d91ba7c360b90c40 (diff) | |
Add unix-only `mode` for FileInfo (#732)
Diffstat (limited to 'src/msg.fbs')
| -rw-r--r-- | src/msg.fbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msg.fbs b/src/msg.fbs index 4437ad1bc..458f5f437 100644 --- a/src/msg.fbs +++ b/src/msg.fbs @@ -211,6 +211,8 @@ table StatRes { modified:ulong; accessed:ulong; created:ulong; + mode: int = -1; + // negative mode for invalid (Windows); default to invalid } root_type Base; |
