blob: 4e3f965ddfb752e22c0e842a7e8400459d527ef9 [file] [log] [blame]
// Copyright 2018 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package modemfwd;
message JournalEntry {
string device_id = 1;
string carrier_id = 2;
};