From 48f6bbfd957f1aba067d6ccf8e4bb00f811d35c8 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 11 五月 2017 15:20:21 +0800
Subject: [PATCH]
---
FaceServer/face_daemon_proto.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/FaceServer/face_daemon_proto.h b/FaceServer/face_daemon_proto.h
index 63d5741..4bc6e34 100644
--- a/FaceServer/face_daemon_proto.h
+++ b/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()
--
Gitblit v1.8.0