From a7ae929039ae0b0b9ee729619b670e014700fc2d Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 21 四月 2017 17:46:02 +0800 Subject: [PATCH] dev --- FaceServer/face_daemon_proto.h | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/FaceServer/face_daemon_proto.h b/FaceServer/face_daemon_proto.h index 63d5741..eb475b6 100644 --- a/FaceServer/face_daemon_proto.h +++ b/FaceServer/face_daemon_proto.h @@ -30,6 +30,8 @@ int16_t width; int16_t height; uint8_t buff[0]; + + void hton();//#todo }; struct FDP_FaceDetectPB @@ -39,7 +41,7 @@ FDP_FaceDetectPB(int32_t _db_id) : db_id(_db_id) {} - void hton(); + void hton();//#todo }; struct FDP_FaceDetectResult @@ -50,7 +52,7 @@ FDP_FaceDetectResult(int32_t _db_id, int32_t _st_id) : db_id(_db_id), st_id(_st_id) {} - void hton(); + void hton();//#todo }; #pragma pack() -- Gitblit v1.8.0