summaryrefslogtreecommitdiff
path: root/include/dahdi/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dahdi/kernel.h')
-rw-r--r--include/dahdi/kernel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index 4c17bfa..a33ca18 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -751,6 +751,8 @@ struct dahdi_count {
#define DAHDI_FLAG_HDLC56 DAHDI_FLAG(HDLC56)
struct dahdi_span_ops {
+ struct module *owner; /*!< Which module is exporting this span. */
+
/* ==== Span Callback Operations ==== */
/*! Req: Set the requested chunk size. This is the unit in which you must
report results for conferencing, etc */
@@ -829,7 +831,6 @@ struct dahdi_span_ops {
struct dahdi_span {
spinlock_t lock;
- struct module *owner; /*!< Which module is exporting this span. */
char name[40]; /*!< Span name */
char desc[80]; /*!< Span description */
const char *spantype; /*!< span type in text form */