Skip to content

Commit

Permalink
Corrected function comments
Browse files Browse the repository at this point in the history
  • Loading branch information
e-shreve-ti authored and lukasauer committed Jun 7, 2023
1 parent debc0a3 commit 395ef98
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions faultplugin/faultplugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,8 @@ void free_protobuf_message(Archie__Data* msg)
/**
* plugin_end_information_dump
*
* This function first writes all collected data to data pipe, then deletes all information structs
* Then it will cause a segfault to crash qemu to end it for the moment
* This function first writes all collected data to data pipe,
* then deletes all information structs.
*/
void plugin_end_information_dump(GString *end_reason)
{
Expand Down Expand Up @@ -972,8 +972,9 @@ void plugin_end_information_dump(GString *end_reason)
/**
* plugin_end_information_dump_and_exit
*
* This function first writes all collected data to data pipe, then deletes all information structs
* Then it will cause a segfault to crash qemu to end it for the moment
* This function first writes all collected data to data pipe,
* then deletes all information structs. It will then call
* exit to exit the QEMU process.
*/
void plugin_end_information_dump_and_exit(GString *end_reason)
{
Expand Down

0 comments on commit 395ef98

Please sign in to comment.