aboutsummaryrefslogtreecommitdiff
path: root/read_config_file.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-09 04:28:46 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:07 +0200
commit38fb49b852374d749bc91f1b8d91a2b5b2a57a10 (patch)
treeffc2d1ed96044c4b0cac1045c4f2d2d94b6b6f6b /read_config_file.c
parent541cdc7736ffa770958208995fae71cbd1d50bcf (diff)
downloadltrace-38fb49b852374d749bc91f1b8d91a2b5b2a57a10.tar.gz
Add a "bool" lens
Diffstat (limited to 'read_config_file.c')
-rw-r--r--read_config_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read_config_file.c b/read_config_file.c
index bb133b3..9faa5cf 100644
--- a/read_config_file.c
+++ b/read_config_file.c
@@ -804,6 +804,7 @@ static struct named_lens {
{ "hide", &blind_lens },
{ "octal", &octal_lens },
{ "hex", &hex_lens },
+ { "bool", &bool_lens },
{ "guess", &guess_lens },
};