xuxiuxi
2017-04-24 b96e8c8ba2bc11461d1ea6c80a167392ef09cb8a
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()