diff options
Diffstat (limited to 'save-xml.c')
-rw-r--r-- | save-xml.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/save-xml.c b/save-xml.c index 374632624..7eba7165c 100644 --- a/save-xml.c +++ b/save-xml.c @@ -330,6 +330,8 @@ static void save_sample(struct membuffer *b, struct sample *sample, struct sampl put_milli(b, " po2='", sample->po2, " bar'"); old->po2 = sample->po2; } + show_index(b, sample->heartbeat, "heartbeat='", "'"); + show_index(b, sample->bearing, "bearing='", "'"); put_format(b, " />\n"); } |