-
Notifications
You must be signed in to change notification settings - Fork 85
data structure in libuv #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
uv_stream_tserver tcp stream {
close_cb = 0x0000000000000000
data = 0x0000000000000000
loop = 0x0000000100023658
type = UV_TCP
handle_queue = ([0] = void * = 0x0000000100023668, [1] = void * = 0x0000000100023740)
flags = 24672
next_closing = 0x0000000000000000
write_queue_size = 0
alloc_cb = 0x0000000000000000
read_cb = 0x0000000000000000
read2_cb = 0x0000000000000000
connect_req = 0x0000000000000000
shutdown_req = 0x0000000000000000
io_watcher = {
cb = 0x0000000100011f70 (main`uv__server_io at stream.c:497)
pending_queue = ([0] = void * = 0x00007fff5fbff9d8, [1] = void * = 0x00007fff5fbff9d8)
watcher_queue = ([0] = void * = 0x00007fff5fbff9e8, [1] = void * = 0x00007fff5fbff9e8)
pevents = 1
events = 1
fd = 11
rcount = 1
wcount = 0
}
write_queue = ([0] = void * = 0x00007fff5fbffa10, [1] = void * = 0x00007fff5fbffa10)
write_completed_queue = ([0] = void * = 0x00007fff5fbffa20, [1] = void * = 0x00007fff5fbffa20)
connection_cb = 0x000000010001fae0 (main`connection_cb at main.c:25)
delayed_error = 0
accepted_fd = -1
select = 0x0000000000000000
} |
uv_write_t {
data = 0x0000000000000000
type = UV_WRITE
active_queue = ([0] = void * = 0x0000000100023678, [1] = void * = 0x0000000100023678)
cb = 0x000000010001fd60 (main`write_cb at main.c:71)
send_handle = 0x0000000000000000
handle = 0x000000010010ac20
queue = ([0] = void * = 0x000000010010acd0, [1] = void * = 0x000000010010acd0)
write_index = 0
bufs = 0x000000010010ad70
nbufs = 1
error = 0
bufsml = {
[0] = (base = "123456\n", len = 7)
[1] = (base = char * = 0x0000000000000000, len = 0)
[2] = (base = char * = 0x0000000000000000, len = 0)
[3] = (base = char * = 0x0000000000000000, len = 0)
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
uv_loop_t
The text was updated successfully, but these errors were encountered: