blob: 7c7a27ef86e1b0eade9d62920ecff8d3cd24425f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - Initial API and implementation
*******************************************************************************/
#include <unistd.h>
#include "helloproto.h"
/**
* Send and receive a message
*/
int
is_server_peer_valid(int sockfd)
{
return 1;
}
int
is_client_peer_valid(int sockfd)
{
return 1;
}