Skip to content

Commit ac1baa2

Browse files
runnerrunner
authored andcommitted
1 parent a8d25d9 commit ac1baa2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Source/XP2P-iOS/Classes/AppWrapper.h

Lines changed: 2 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.2dd5707e";
24+
static const char * VIDEOSDKVERSION = "2.4.x+git.37f488df";
2525

2626
typedef enum
2727
{
@@ -92,6 +92,7 @@ typedef struct data_report_t {
9292
uint64_t appUpByte;
9393
uint64_t appDownByte;
9494
const char *appConnectIp;
95+
int errorcode;
9596
} data_report_t;
9697

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

Source/XP2P-iOS/libenet.a

1.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)