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
@@ -116,9 +116,9 @@ enum id_type_t {
};
/**
* String mappings for id_type_t.
* enum names for id_type_t.
*/
extern enum_names id_type_names;
extern enum_name_t *id_type_names;
typedef struct identification_t identification_t;