ceph/branches/ebofs/active/activetaskd.h
sageweil dc48f25847 branch for ebofs changes
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2100 29311d96-e01e-0410-9327-a35deaab8ce9
2007-11-21 00:32:00 +00:00

15 lines
268 B
C

#include "inet.h"
#include "common.h"
#include "utility.h"
#include "client/Client.h"
// The port number is "osdd" on a telephone keypad.
#define SERV_TCP_PORT 6733
#define MAXLINE 512
void str_echo(int sockfd);
void str_ack(int sockfd);
void str_run(int sockfd);