Sha256: bb7a640adf3cea1ec7c4b32e078d7548fafa2f29bf639c857f095876b999c012
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
module Libuv module Ext typedef :int, :uv_os_sock_t class UvBuf < FFI::Struct layout :base, :pointer, :len, :size_t end class UvFSStat < FFI::Struct layout :st_dev, :dev_t, :st_ino, :ino_t, :st_mode, :mode_t, :st_nlink, :nlink_t, :st_uid, :uid_t, :st_gid, :gid_t, :st_rdev, :dev_t, :st_size, :off_t, :st_blksize, :blksize_t, :st_blocks, :blkcnt_t, :st_atime, :time_t, :st_mtime, :time_t, :st_ctime, :time_t end attach_function :ntohs, [:ushort], :ushort, :blocking => true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
libuv-0.10.3 | lib/libuv/ext/platform/unix.rb |