Skip to content

Commit

Permalink
Make IpV6Address.scope_id not pub to fix master
Browse files Browse the repository at this point in the history
  • Loading branch information
euantorano committed Oct 31, 2019
1 parent 44547b9 commit a0e9d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pub const IpV6Address = struct {
pub const Unspecified = Self.init(0, 0, 0, 0, 0, 0, 0, 0);

address: [16]u8,
pub scope_id: ?[]u8,
scope_id: ?[]u8,

/// Create an IP Address with the given 16 bit segments.
pub fn init(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u17, h: u16) Self {
Expand Down

0 comments on commit a0e9d51

Please sign in to comment.