xuxiuxi
2017-05-03 b7fd23fb1b9d04eb8fa0d97a5d9747e145605612
FaceServer/face_daemon_proto.h
@@ -31,8 +31,10 @@
   int16_t height;
   uint8_t buff[0];
   
   void hton();//#todo
   void hton();
   void ntoh();
};
//sizeof(FDP_Image)=10
struct FDP_FaceDetectPB
{
@@ -41,7 +43,8 @@
   FDP_FaceDetectPB(int32_t _db_id) : db_id(_db_id)
   {}
   
   void hton();//#todo
   void hton();
   void ntoh();
};
struct FDP_FaceDetectResult
@@ -52,7 +55,8 @@
   FDP_FaceDetectResult(int32_t _db_id, int32_t _st_id) : db_id(_db_id), st_id(_st_id)
   {}
   
   void hton();//#todo
   void hton();
   void ntoh();
};
#pragma pack()