blob: ccd7f40e85c6178bb8915c87a449e66c64989814 [file] [log] [blame]
include "aos/configuration.fbs";
namespace aos.message_bridge;
table ClientOffset {
node:Node (id: 0);
monotonic_offset:int64 (id: 1);
}
table Timestamp {
offsets:[ClientOffset] (id: 0);
}
root_type Timestamp;