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 19, 2024
1 parent be3c0bb commit a8d25d9
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.f62e66f5";
static const char * VIDEOSDKVERSION = "2.4.x+git.2dd5707e";

typedef enum
{
Expand Down Expand Up @@ -91,6 +91,7 @@ typedef struct data_report_t {
const char *deviceP2PInfo;
uint64_t appUpByte;
uint64_t appDownByte;
const char *appConnectIp;
} 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 a8d25d9

Please sign in to comment.