Name

tty_write_message — write a message to a certain tty, not just the console.

Synopsis

void tty_write_message (struct tty_struct * tty, char * msg);

Arguments

tty

the destination tty_struct

msg

the message to write

Description

This is used for messages that need to be redirected to a specific tty. We don't put it into the syslog queue right now maybe in the future if really needed.