Go to the source code of this file.
Functions | |
L4_CV void | LOG_server_setid (l4_threadid_t id) |
variable containing the ID of the logserver. | |
L4_CV int | LOG_channel_open (int channel, l4_fpage_t fpage) |
Open a binary output channel. | |
L4_CV int | LOG_channel_write (int id, unsigned off, unsigned size) |
Send data to a binary output channel. | |
L4_CV int | LOG_channel_flush (int id) |
Wait until data is sent by the logserver. | |
L4_CV int | LOG_channel_close (int id) |
Close a binary output channel. |
Definition in file server.h.
L4_CV void LOG_server_setid | ( | l4_threadid_t | id | ) |
variable containing the ID of the logserver.
If you use the logserver, but you do not want the lib to call the nameserver for resolving names, you can set the id directly.