summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/toedev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/toedev.h b/sys/netinet/toedev.h
index d345cdd..8f11d0e 100644
--- a/sys/netinet/toedev.h
+++ b/sys/netinet/toedev.h
@@ -101,8 +101,8 @@ struct tom_info {
int (*ti_attach)(struct toedev *dev,
const struct offload_id *entry);
int (*ti_detach)(struct toedev *dev);
- const char *name;
- const struct offload_id *id_table;
+ const char *ti_name;
+ const struct offload_id *ti_id_table;
};
static __inline void
OpenPOWER on IntegriCloud