FaceUri::FaceUri(const boost::asio::local::stream_protocol::endpoint& endpoint)
  : m_isV6(false)
{
  m_scheme = "unix";
  m_path = endpoint.path();
}
예제 #2
-1
static void complete_socket_creation(boost::asio::local::stream_protocol::endpoint endpoint)
{
	chmod(endpoint.path().c_str(), 0666);
}