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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index 0731056..029a9d5 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -734,6 +734,7 @@ enum {
struct dahdi_span {
spinlock_t lock;
+ struct module *owner; /*!< Which module is exporting this span. */
void *pvt; /*!< Private stuff */
char name[40]; /*!< Span name */
char desc[80]; /*!< Span description */