-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.ini
More file actions
41 lines (37 loc) · 1.02 KB
/
test.ini
File metadata and controls
41 lines (37 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# 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 # ALL / RANDOM / UNTIL_SUCCESS / UNTIL_FAILURE
#
# K2HTPMDTOR_TP
#
[K2HTPMDTOR_TP]
TPPATH = libk2htpmdtordmy.so # If not specified, using libk2htpdtor.so.1
TPCONF = /tmp/libk2htpmdtordmy.log # Configiration file/string for DTORCTP program
[K2HTPMDTOR_TP]
TPPATH = libk2htpmdtordmy2.so # If not specified, using libk2htpdtor.so.1
TPCONF = /tmp/libk2htpmdtordmy2.log # Configiration file/string for DTORCTP program
#
# Local variables:
# tab-width: 4
# c-basic-offset: 4
# End:
# vim600: noexpandtab sw=4 ts=4 fdm=marker
# vim<600: noexpandtab sw=4 ts=4
#