xuxiuxi
2017-05-02 c4a62d7bd683d94ae246bac811be47f93e38b5ef
FaceServer/face_daemon_proto.h
@@ -30,7 +30,11 @@
   int16_t width;
   int16_t height;
   uint8_t buff[0];
   void hton();
   void ntoh();
};
//sizeof(FDP_Image)=10
struct FDP_FaceDetectPB
{
@@ -40,6 +44,7 @@
   {}
   
   void hton();
   void ntoh();
};
struct FDP_FaceDetectResult
@@ -51,6 +56,7 @@
   {}
   
   void hton();
   void ntoh();
};
#pragma pack()