We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15dc4db commit d4baceeCopy full SHA for d4bacee
rakelib/platform.rake
@@ -37,6 +37,8 @@ file 'runtime/platform.conf' => deps do |task|
37
s.field :ifa_flags, :int
38
s.field :ifa_addr, :pointer
39
s.field :ifa_netmask, :pointer
40
+ s.field :ifa_broadaddr, :pointer
41
+ s.field :ifa_dstaddr, :pointer
42
end.write_config(f)
43
44
Rubinius::FFI::Generators::Structures.new 'sockaddr' do |s|
0 commit comments