Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Jul 10, 2024
1 parent 07f4400 commit b45e48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ static GString *output_event;
static int output_reading_message;
static int output_waiting_for_reply;

/* This is run by the main thread, to get command replies. */
GString *output_read_reply(OutputModule * output)
{
GString *message = NULL;
Expand Down Expand Up @@ -333,6 +334,7 @@ GString *output_read_reply(OutputModule * output)
return message;
}

/* This is run by the module output thread during speech, to process events. */
GString *output_read_event(OutputModule * output)
{
GString *message = NULL;
Expand Down

0 comments on commit b45e48f

Please sign in to comment.