diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-06 14:38:09 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-06 14:39:01 +0200 |
commit | 31e9c6d2d57ecd6c1c73623e7e6a1f8608ec3983 (patch) | |
tree | 4544b912836db36fc0c026ede4c0b82de6f2187d /xC-proto | |
parent | d2af6cf64c70e2a1b381e4edc058e7a530e86514 (diff) | |
download | xK-31e9c6d2d57ecd6c1c73623e7e6a1f8608ec3983.tar.gz xK-31e9c6d2d57ecd6c1c73623e7e6a1f8608ec3983.tar.xz xK-31e9c6d2d57ecd6c1c73623e7e6a1f8608ec3983.zip |
xC/xP: pass timestamps with millisecond precision
Future-proofing the protocol.
Diffstat (limited to 'xC-proto')
-rw-r--r-- | xC-proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ struct EventMessage { PART, ACTION, } rendition; - // Unix timestamp in seconds. + // Unix timestamp in milliseconds. u64 when; // Broken-up text, with in-band formatting. union ItemData switch (enum Item { |