Skip to content

Commit 0686fd8

Browse files
committed
DOC: config: add missing glitch_{cnt,rate} sample definitions
Following previous commit, when glitch_cnt and glitch_rate data types were implemented in c9c6b68 ("MEDIUM: stick-tables: add a new stored type for glitch_cnt and glitch_rate"), newly exposed samples such as table_glitch_cnt(), table_glitch_rate, src_glitch_cnt() and src_glitch_rate() were documented but their definitions was missing in supported keywords list. It should be backported in 3.0 with c9c6b68
1 parent 9a6fc2d commit 0686fd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/configuration.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19808,6 +19808,8 @@ table_conn_cnt(table) string integer
1980819808
table_conn_cur(table) string integer
1980919809
table_conn_rate(table) string integer
1981019810
table_expire(table[,default_value]) string integer
19811+
table_glitch_cnt(table) string integer
19812+
table_glitch_rate(table) string integer
1981119813
table_gpc(idx,table) string integer
1981219814
table_gpc0(table) string integer
1981319815
table_gpc0_rate(table) string integer
@@ -22342,6 +22344,8 @@ src_get_gpc0([<table>]) integer
2234222344
src_get_gpc1([<table>]) integer
2234322345
src_get_gpt(<idx>[,<table>]) integer
2234422346
src_get_gpt0([<table>]) integer
22347+
src_glitch_cnt([<table>]) integer
22348+
src_glitch_rate([<table>]) integer
2234522349
src_gpc_rate(<idx>[,<table>]) integer
2234622350
src_gpc0_rate([<table>]) integer
2234722351
src_gpc1_rate([<table>]) integer

0 commit comments

Comments
 (0)