Skip to content

Commit

Permalink
gvfs:trace2:data fixup: add region/data around actual serialization
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
  • Loading branch information
jeffhostetler committed Jan 7, 2019
1 parent 534dbe1 commit 7e4387a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wt-status-serialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ void wt_status_serialize_v1(int fd, struct wt_status *s)
struct string_list_item *iter;
int k;

trace2_region_enter("status", "serialize", the_repository);

/*
* version header must be first line.
*/
Expand Down Expand Up @@ -330,4 +332,6 @@ void wt_status_serialize_v1(int fd, struct wt_status *s)
}
packet_flush(fd);
}

trace2_region_leave("status", "serialize", the_repository);
}

0 comments on commit 7e4387a

Please sign in to comment.