blob: 7673c76e7e88646aeffe8ded89106039bd43bac5 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MOJO_SHELL_DOMAIN_SOCKET_SOCKET_DESCRIPTOR_H_
#define MOJO_SHELL_DOMAIN_SOCKET_SOCKET_DESCRIPTOR_H_
namespace mojo {
namespace shell {
typedef int SocketDescriptor;
const SocketDescriptor kInvalidSocket = -1;
} // namespace mojo
} // namespace shell
#endif // MOJO_SHELL_DOMAIN_SOCKET_SOCKET_DESCRIPTOR_H_