Changeset 6e596bd in mainline for uspace/lib/c/include/ipc/logger.h
- Timestamp:
- 2012-08-17T10:04:49Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf9ac4e8
- Parents:
- b1912b0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/logger.h
rb1912b0c r6e596bd 37 37 38 38 typedef enum { 39 LOGGER_C TL_SET_DEFAULT_LEVEL = IPC_FIRST_USER_METHOD,40 LOGGER_C TL_SET_LOG_LEVEL39 LOGGER_CONTROL_SET_DEFAULT_LEVEL = IPC_FIRST_USER_METHOD, 40 LOGGER_CONTROL_SET_LOG_LEVEL 41 41 } logger_control_request_t; 42 42 … … 48 48 49 49 typedef enum { 50 LOGGER_CONNECT = IPC_FIRST_USER_METHOD,51 LOGGER_GET_MESSAGE52 } logger_source_request_t;53 54 typedef enum {55 50 /** Interface for controlling logger behavior. */ 56 51 LOGGER_INTERFACE_CONTROL, 57 52 /** Interface for servers writing to the log. */ 58 LOGGER_INTERFACE_SINK, 59 /** Interface for clients displaying the log. */ 60 LOGGER_INTERFACE_SOURCE 53 LOGGER_INTERFACE_WRITER 61 54 } logger_interface_t; 62 55
Note:
See TracChangeset
for help on using the changeset viewer.