mirror of
https://github.com/ceph/ceph
synced 2025-02-09 03:49:38 +00:00
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);
|
||
|
|