Skip to content

Commit

Permalink
Added ifa_broadaddr/ifa_dstaddr to ifaddrs struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Dec 26, 2015
1 parent 15dc4db commit d4bacee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rakelib/platform.rake
Expand Up @@ -37,6 +37,8 @@ file 'runtime/platform.conf' => deps do |task|
s.field :ifa_flags, :int
s.field :ifa_addr, :pointer
s.field :ifa_netmask, :pointer
s.field :ifa_broadaddr, :pointer
s.field :ifa_dstaddr, :pointer
end.write_config(f)

Rubinius::FFI::Generators::Structures.new 'sockaddr' do |s|
Expand Down

0 comments on commit d4bacee

Please sign in to comment.