author | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 Mar 2013 19:24:41 +0000 (20:24 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 Mar 2013 19:24:41 +0000 (20:24 +0100) | ||
commit | 19d7d13262095deccad56275584aef7c2e6c5dee | |
tree | e553d8665854cbd19379aa48988b885018fe2944 | tree | snapshot |
parent | b7a4c85eca8befee05122d56d31127ad5eb397f2 | commit | diff |
utils error: Added module for error reporting.
This module will transparently store error information for each thread (similar
to errno). Support functions to store and retrieve error messages are available
on top of that. Once the error message has been passed to SysDB, it will log
the entire message. Currently, only printing to the standard error channel are
available.
This module will transparently store error information for each thread (similar
to errno). Support functions to store and retrieve error messages are available
on top of that. Once the error message has been passed to SysDB, it will log
the entire message. Currently, only printing to the standard error channel are
available.
src/Makefile.am | diff | blob | history | |
src/include/utils/error.h | [new file with mode: 0644] | blob |
src/utils/error.c | [new file with mode: 0644] | blob |