Skip to content
Snippets Groups Projects
Commit 4360d65f authored by Steven Murray's avatar Steven Murray
Browse files

All protobuf files explicitly state systax version "proto2"

parent 3242db60
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 18 deletions
......@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
syntax = "proto2";
package cta.mediachanger;
message AcsDismountTape {
......
......@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
syntax = "proto2";
package cta.mediachanger;
message AcsForceDismountTape {
......
......@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
syntax = "proto2";
package cta.mediachanger;
message AcsMountTapeReadOnly {
......
......@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
syntax = "proto2";
package cta.mediachanger;
message AcsMountTapeReadWrite {
......
......@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
syntax = "proto2";
package cta.mediachanger;
message MediaChangerExceptionMsg {
......
......@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
syntax = "proto2";
package cta.mediachanger;
message MediaChangerHeader {
......
......@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
syntax = "proto2";
package cta.mediachanger;
message MediaChangerReturnValue {
......
......@@ -13,7 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
syntax = "proto2";
package cta.objectstore.serializers;
// The types of the objects. It will be used to allow introspection
......@@ -390,4 +390,4 @@ message RetrieveQueue {
repeated ValueCountPair maxdrivesallowedmap = 10133;
required uint64 retrievejobstotalsize = 10140;
required uint64 oldestjobcreationtime = 10150;
}
\ No newline at end of file
}
......@@ -15,7 +15,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message LogParam {
......
......@@ -15,6 +15,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message ArchiveJobFromCTA {
......
......@@ -15,7 +15,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message DeleteLogParams {
......
......@@ -15,7 +15,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message Exception {
......
......@@ -17,7 +17,7 @@
//
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message ForkCleaner {
......
......@@ -17,7 +17,7 @@
//
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message ForkDataTransfer {
......
......@@ -17,7 +17,7 @@
//
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message ForkLabel {
......
......@@ -17,7 +17,7 @@
//
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message ForkSucceeded {
......
......@@ -15,7 +15,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message Header {
......
......@@ -15,6 +15,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message Heartbeat {
......
......@@ -15,7 +15,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message LabelError {
......
......@@ -15,6 +15,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// @author Castor Dev team, castor-dev@cern.ch
syntax = "proto2";
package castor.messages;
message NbFilesOnTape {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment