[Groonga-commit] droonga/fluent-plugin-droonga at a0fd2cf [master] farm: use "message" instead of "envelope"

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Dec 20 17:39:00 JST 2013


Kouhei Sutou	2013-12-20 17:39:00 +0900 (Fri, 20 Dec 2013)

  New Revision: a0fd2cf0d18f1ccd41541c0372b9b6ec724fe8b0
  https://github.com/droonga/fluent-plugin-droonga/commit/a0fd2cf0d18f1ccd41541c0372b9b6ec724fe8b0

  Message:
    farm: use "message" instead of "envelope"

  Modified files:
    lib/droonga/farm.rb

  Modified: lib/droonga/farm.rb (+2 -2)
===================================================================
--- lib/droonga/farm.rb    2013-12-20 17:38:26 +0900 (5749476)
+++ lib/droonga/farm.rb    2013-12-20 17:39:00 +0900 (b8b7bb0)
@@ -40,8 +40,8 @@ module Droonga
       end
     end
 
-    def process(partition_name, envelope, synchronous)
-      @partitions[partition_name].process(envelope, synchronous)
+    def process(partition_name, message, synchronous)
+      @partitions[partition_name].process(message, synchronous)
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index