X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=52df32ce027ac2af18bbc272f7f8ca5c678a07cb;hp=c1e782fb5b71b6e64411bdc736b3a68d9b725b97;hb=e713e8e65d60ea97c788418692b22ac328a610b0;hpb=4c0ab81c4f1b5d0e76c5775a01819d3334cc9399 diff --git a/state.proto b/state.proto index c1e782f..52df32c 100644 --- a/state.proto +++ b/state.proto @@ -62,6 +62,7 @@ message InputProto { optional bytes pending_data = 7; optional bool has_metacube_header = 8; optional int32 sock = 9; + optional int64 child_pid = 18 [default=-1]; optional int64 bytes_received = 11; optional int64 data_bytes_received = 12; optional int64 metadata_bytes_received = 16;