Skip to content

Commit

Permalink
Making ai_next field public
Browse files Browse the repository at this point in the history
  • Loading branch information
reedlepee123 committed Oct 22, 2013
1 parent c76222f commit 7e6f5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/rt/uv/uvll.rs
Expand Up @@ -263,7 +263,7 @@ pub struct addrinfo {
priv ai_addrlen: size_t,
priv ai_canonname: *char,
ai_addr: *sockaddr,
priv ai_next: *addrinfo
ai_next: *addrinfo
}

#[cfg(unix)] pub type uv_uid_t = libc::types::os::arch::posix88::uid_t;
Expand Down

1 comment on commit 7e6f5bb

@bstrie
Copy link

@bstrie bstrie commented on 7e6f5bb Oct 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.