pos inode fffffffffffffffftffffffffffffffffn
# File lib/fluent/plugin/in_tail.rb, line 669 def read_inode @file.pos = @seek + INO_OFFSET raw = @file.read(16) raw ? raw.to_i(16) : 0 end
# File lib/fluent/plugin/in_tail.rb, line 675 def read_pos @file.pos = @seek raw = @file.read(16) raw ? raw.to_i(16) : 0 end
Generated with the Darkfish Rdoc Generator 2.