[sheepdog] [PATCH] sheep: fix to handle the variable type of data_length

2015-01-27 Thread Teruaki Ishizaki
Previously, data_length was handled as integer in some places. But, data_length of a request/response data type is uint32_t, so there were some bad behaviors. This patch fixes to handle data_length as uint32_t. Signed-off-by: Teruaki Ishizaki ishizaki.teru...@lab.ntt.co.jp --- include/net.h |

Re: [sheepdog] [PATCH] sheep: fix to handle the variable type of data_length

2015-01-27 Thread Hitoshi Mitake
At Tue, 27 Jan 2015 18:45:57 +0900, Teruaki Ishizaki wrote: Previously, data_length was handled as integer in some places. But, data_length of a request/response data type is uint32_t, so there were some bad behaviors. This patch fixes to handle data_length as uint32_t. Signed-off-by: