syntax = "proto3";
package slurm;
option go_package = "/slurmpb";
import "google/protobuf/timestamp.proto";
import "idl/static.proto";
message AccountingInfo{
int64 alloc_secs = 1 ;
int32 id = 2 ;
google.protobuf.Timestamp period_start = 3;
}