Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
6b180c9d
Commit
6b180c9d
authored
Sep 24, 2010
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove libevent-internal.h
parent
47517bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
gevent/libevent-internal.h
gevent/libevent-internal.h
+0
-15
No files found.
gevent/libevent-internal.h
deleted
100644 → 0
View file @
47517bf1
struct
event_base
{
const
void
*
evsel
;
void
*
evbase
;
int
event_count
;
/* counts number of total events */
int
event_count_active
;
/* counts number of active events */
int
event_gotterm
;
/* Set to terminate loop */
int
event_break
;
/* Set to terminate loop immediately */
/* active event management */
struct
event_list
**
activequeues
;
int
nactivequeues
;
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment