Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'system/BReactor_badvpn.h')
-rw-r--r--system/BReactor_badvpn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/BReactor_badvpn.h b/system/BReactor_badvpn.h
index 2c5ab4c..f945a00 100644
--- a/system/BReactor_badvpn.h
+++ b/system/BReactor_badvpn.h
@@ -203,7 +203,7 @@ typedef struct BFileDescriptor_t {
#ifdef BADVPN_USE_KEVENT
int kevent_tag;
- int **kevent_returned_ptr;
+ int kevent_last_event;
#endif
#ifdef BADVPN_USE_POLL
@@ -265,6 +265,7 @@ typedef struct {
#ifdef BADVPN_USE_KEVENT
int kqueue_fd;
struct kevent kevent_results[BSYSTEM_MAX_RESULTS];
+ int kevent_prev_event[BSYSTEM_MAX_RESULTS];
int kevent_results_num;
int kevent_results_pos;
#endif