ceph/branches/ebofs/active/echotestclient.h

11 lines
202 B
C
Raw Normal View History

#include "inet.h"
#include "common.h"
#include "socket_utility.h"
#define SERV_HOST_ADDR "128.114.57.143" //issdm-8
#define SERV_TCP_PORT 6733
#define MAXLINE 512
void str_cli(FILE *fp, int sockfd);