Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

# | |
# k2htpmdtor for K2HASH MULTI TRANSACTION PLUGIN. | |
# | |
# Copyright 2016 Yahoo Japan Corporation. | |
# | |
# K2HASH TRANSACTION PLUGIN is programmable I/F for processing | |
# transaction data from modifying K2HASH data. | |
# | |
# For the full copyright and license information, please view | |
# the license file that was distributed with this source code. | |
# | |
# AUTHOR: Takeshi Nakatani | |
# CREATE: Mon Dec 19 2016 | |
# REVISION: | |
# | |
{ | |
# | |
# K2HTPMDTOR | |
# | |
"K2HTPMDTOR": | |
{ | |
"RUN_MODE": "ALL" | |
}, | |
# | |
# K2HTPMDTOR_TP | |
# | |
"K2HTPMDTOR_TP": | |
[ | |
{ | |
"TPPATH": "libk2htpmdtordmy.so", | |
"TPCONF": "/tmp/libk2htpmdtordmy.log" | |
}, | |
{ | |
"TPPATH": "libk2htpmdtordmy2.so", | |
"TPCONF": "/tmp/libk2htpmdtordmy2.log" | |
} | |
] | |
} | |
# | |
# VIM modelines | |
# | |
# vim:set ts=4 fenc=utf-8: | |
# |