mirror of
https://github.com/ceph/ceph
synced 2025-02-02 08:22:36 +00:00
dc48f25847
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2100 29311d96-e01e-0410-9327-a35deaab8ce9
11 lines
202 B
C
11 lines
202 B
C
#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);
|
|
|