Skip to content

Commit

Permalink
pv: exported {val} transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jun 2, 2023
1 parent bc82f89 commit 79b8219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/pv/pv.c
Expand Up @@ -61,6 +61,8 @@ static tr_export_t mod_trans[] = {{{"s", sizeof("s") - 1}, /* string class */
tr_parse_line},
{{"urialias", sizeof("urialias") - 1}, /* uri alias class */
tr_parse_urialias},
{{"val", sizeof("val") - 1}, /* val class */
tr_parse_val},

{{0, 0}, 0}};

Expand Down

0 comments on commit 79b8219

Please sign in to comment.