Code

utils error: Added module for error reporting.
authorSebastian Harl <sh@tokkee.org>
Sun, 10 Mar 2013 19:24:41 +0000 (20:24 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 10 Mar 2013 19:24:41 +0000 (20:24 +0100)
commit19d7d13262095deccad56275584aef7c2e6c5dee
treee553d8665854cbd19379aa48988b885018fe2944
parentb7a4c85eca8befee05122d56d31127ad5eb397f2
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.
src/Makefile.am
src/include/utils/error.h [new file with mode: 0644]
src/utils/error.c [new file with mode: 0644]