Sha256: c2b2c3242b6a4b6ef48b00fffb6baaf1a24d7f9d1744dffda108005f7d6bd75f

Contents?: true

Size: 218 Bytes

Versions: 121

Compression:

Stored size: 218 Bytes

Contents

# encoding: utf-8
module LibC
  require "ffi"
  extend FFI::Library
  ffi_lib 'c'

  # Ok so the 2nd arg isn't really a string... but whaatever
  attach_function :prctl, [:int, :string, :long, :long, :long], :int
end

Version data entries

121 entries across 114 versions & 12 rubygems

Version Path
logstash-core-1.5.4.snapshot3-java lib/logstash/util/prctl.rb