Module: Systemd::Journal::Native

Extended by:
FFI::Library
Defined in:
lib/systemd/journal/native.rb

Overview

Provides the FFI bindings to the native ‘libsystemd-journal` shared library.

Class Method Summary collapse

Class Method Details

.open_container?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/systemd/journal/native.rb', line 16

def self.open_container?
  @has_open_container
end