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

package whirl;

import "old_property_list.proto";

message SessionExitCommand {
  OldPropertyList property_list = 1;
}