Module: LibZMQ

Extended by:
FFI::Library
Defined in:
lib/ffi-rzmq/wrapper.rb

Overview

module LibC

Defined Under Namespace

Modules: PollItemLayout Classes: Msg, PollItem

Constant Summary collapse

LINUX =
["libzmq", "/usr/local/lib/libzmq", "/opt/local/lib/libzmq"]
OSX =
["libzmq", "/usr/local/lib/libzmq", "/opt/local/lib/libzmq"]
WINDOWS =
[]
MessageDeallocator =
FFI::Function.new(:void, [:pointer, :pointer]) do |data_ptr, hint_ptr|
  LibC.free data_ptr
end