Skip to content

Commit be3c0bb

Browse files
runnerrunner
authored andcommitted
1 parent 3cfe300 commit be3c0bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Source/XP2P-iOS/Classes/AppWrapper.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern "C" {
2121

2222
#define MAX_SIZE_OF_PARAMS 3000
2323

24-
static const char * VIDEOSDKVERSION = "2.4.x+git.4cd8f39c";
24+
static const char * VIDEOSDKVERSION = "2.4.x+git.f62e66f5";
2525

2626
typedef enum
2727
{
@@ -89,6 +89,8 @@ typedef struct data_report_t {
8989
const char *uniqueId;
9090
const char *appPeerName;
9191
const char *deviceP2PInfo;
92+
uint64_t appUpByte;
93+
uint64_t appDownByte;
9294
} data_report_t;
9395

9496
typedef const char *(*msg_handle_t)(const char *id, XP2PType type, const char *msg);

Source/XP2P-iOS/libenet.a

2.52 KB
Binary file not shown.

0 commit comments

Comments
 (0)