Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Nov 21, 2024
1 parent a8d25d9 commit ac1baa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/XP2P-iOS/Classes/AppWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extern "C" {

#define MAX_SIZE_OF_PARAMS 3000

static const char * VIDEOSDKVERSION = "2.4.x+git.2dd5707e";
static const char * VIDEOSDKVERSION = "2.4.x+git.37f488df";

typedef enum
{
Expand Down Expand Up @@ -92,6 +92,7 @@ typedef struct data_report_t {
uint64_t appUpByte;
uint64_t appDownByte;
const char *appConnectIp;
int errorcode;
} data_report_t;

typedef const char *(*msg_handle_t)(const char *id, XP2PType type, const char *msg);
Expand Down
Binary file modified Source/XP2P-iOS/libenet.a
Binary file not shown.

0 comments on commit ac1baa2

Please sign in to comment.