Modify ↓
Opened 12 years ago
Closed 10 years ago
#68 closed enhancement (fixed)
pcilib_set_error_handler should take an additional user pointer
Reported by: | Matthias Vogelgesang | Owned by: | Suren A. Chilingaryan |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | pcilib | Version: | |
Keywords: | Cc: | Suren A. Chilingaryan |
Description
Due to the error handler's function signature, the use of it is very limited (mostly printing on stdout/err). If it takes an additional user pointer, I could, for example, set an appropriate GError, the standard mechanism for error reporting in libuca.
Attachments (0)
Change History (4)
comment:1 Changed 12 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 12 years ago by
Status: | new → accepted |
---|
comment:3 Changed 12 years ago by
Component: | Infrastructure → pcilib |
---|
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Implemented