introduced new logging subsystem using bus:

passive listeners can register on the bus
  active listeners wait for signals actively
  multiplexing allows multiple listeners to receive debug signals
  a lot more...
This commit is contained in:
Martin Willi
2006-10-18 11:46:13 +00:00
parent 8cdce67afa
commit 60356f3375
129 changed files with 4264 additions and 6440 deletions
+2 -2
View File
@@ -499,11 +499,11 @@ enum encoding_type_t {
};
/**
* mappings to map encoding_type_t's to strings
* enum name for encoding_type_t
*
* @ingroup payloads
*/
extern mapping_t encoding_type_m[];
extern enum_name_t *encoding_type_names;
typedef struct encoding_rule_t encoding_rule_t;