summaryrefslogtreecommitdiffstats
path: root/runtime/netstrms.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/netstrms.h')
-rw-r--r--runtime/netstrms.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/netstrms.h b/runtime/netstrms.h
index 1e920304..7dfc0d1d 100644
--- a/runtime/netstrms.h
+++ b/runtime/netstrms.h
@@ -29,7 +29,8 @@
/* the netstrms object */
struct netstrms_s {
BEGINobjInstance; /* Data to implement generic object - MUST be the first data element! */
- 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) */
nsd_if_t Drvr; /**< our stream driver */
};