summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-10-25 23:44:29 -0400
committermidipix <writeonce@midipix.org>2016-10-25 23:44:29 -0400
commit3be86d2cc36db6b3fea94a35c1c61fca8c087aff (patch)
tree196094a6351aabffb308ba8300368d8da36aeb43 /include
parent1626010f3e7f8e00daeec49aac9bc940ace46b12 (diff)
downloadsofort-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.h1
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;