mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
12 lines
119 B
Protocol Buffer
12 lines
119 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package rips;
|
|
|
|
message Empty
|
|
{
|
|
}
|
|
|
|
message ClientToServerStreamReply
|
|
{
|
|
int64 values_accepted = 1;
|
|
} |