summaryrefslogtreecommitdiffstats
path: root/runtime/nssel.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/nssel.h')
-rw-r--r--runtime/nssel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/nssel.h b/runtime/nssel.h
index 2f907caa..d54f408d 100644
--- a/runtime/nssel.h
+++ b/runtime/nssel.h
@@ -30,7 +30,8 @@
struct nssel_s {
BEGINobjInstance; /* Data to implement generic object - MUST be the first data element! */
nsd_t *pDrvrData; /**< the driver's data elements */
- uchar *pDrvrName; /**< nsd driver name to use, or NULL if system default */
+ uchar *pBaseDrvrName; /**< nsd base driver name to use, or NULL if system default */
+ uchar *pDrvrName; /**< full base driver name (set when driver is loaded) */
nsdsel_if_t Drvr; /**< our stream driver */
};