blob: 3cccc78f3d27d3a92baf850fb21b9d637d62b82f [file] [log] [blame]
syntax = "proto2";
package protobinder;
option optimize_for = LITE_RUNTIME;
// TODO(derat): Once this message is provided by libprotobinder, switch to that
// version instead.
message StrongBinder {
required uint64 ibinder = 1;
required uint64 offset = 2;
}