Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Dec 6, 2024
1 parent f22cb03 commit b76cf9c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions crates/store/re_protos/proto/rerun/v0/log_msg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,7 @@ package rerun.log_msg.v0;

import "rerun/v0/common.proto";

/*
// not actually protobuf
message MessageHeader {
enum MessageKind {
UNKNOWN_KIND = 0;
ARROW_MSG = 1;
SET_STORE_INFO = 2;
BLUEPRINT_ACTIVATION_COMMAND = 3;
}
MessageKind kind = 1;
// len-prefixed
bytes payload = 1000;
}
*/
// TODO(jan): documentation here

message SetStoreInfo {
rerun.common.v0.Tuid row_id = 1;
Expand Down

0 comments on commit b76cf9c

Please sign in to comment.