diff options
author | midipix <writeonce@midipix.org> | 2016-10-25 23:44:29 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-10-25 23:44:29 -0400 |
commit | 3be86d2cc36db6b3fea94a35c1c61fca8c087aff (patch) | |
tree | 196094a6351aabffb308ba8300368d8da36aeb43 /include | |
parent | 1626010f3e7f8e00daeec49aac9bc940ace46b12 (diff) | |
download | sofort-3be86d2cc36db6b3fea94a35c1c61fca8c087aff.tar.bz2 sofort-3be86d2cc36db6b3fea94a35c1c61fca8c087aff.tar.xz |
struct sfrt_unit_ctx: removed cctx (pass pointer to driver context instead).
Diffstat (limited to 'include')
-rw-r--r-- | include/sofort/sofort.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sofort/sofort.h b/include/sofort/sofort.h index 14ad405..1397faf 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -106,7 +106,6 @@ struct sfrt_driver_ctx { struct sfrt_unit_ctx { const char * const * path; const struct sfrt_input * map; - const struct sfrt_common_ctx * cctx; void * any; int status; int nerrors; |