reduce diff with non-mp version

This commit is contained in:
wangyu- 2018-08-29 01:19:15 -05:00
parent 2fc52806fd
commit 2072cfed8d
2 changed files with 1108 additions and 327 deletions

View File

@ -408,6 +408,7 @@ int set_buf_size(int fd,int socket_buf_size);
void myexit(int a);
unsigned short csum(const unsigned short *ptr,int nbytes);
unsigned short csum_with_header(char* header,int hlen,const unsigned short *ptr,int nbytes);
int numbers_to_char(my_id_t id1,my_id_t id2,my_id_t id3,char * &data,int &len);
int char_to_numbers(const char * data,int len,my_id_t &id1,my_id_t &id2,my_id_t &id3);

File diff suppressed because it is too large Load Diff