// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef OSP_PUBLIC_SERVICE_INFO_H_ #define OSP_PUBLIC_SERVICE_INFO_H_ #include <cstdint> #include <string> #include "platform/api/network_interface.h" #include "platform/base/ip_address.h" namespace openscreen::osp { // This contains canonical information about a specific Open Screen service // found on the network via our discovery mechanism (mDNS). struct ServiceInfo { … }; } // namespace openscreen::osp #endif // OSP_PUBLIC_SERVICE_INFO_H_