aboutsummaryrefslogtreecommitdiff
path: root/commands/session_init_command.proto
blob: 42a3bdbf2d0c3213818f41d4adca4327bb38ddc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package whirl;

import "old_property_list.proto";

message SessionInitCommand {
  OldPropertyList property_list = 1;
}