Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144362392
D46479.id142600.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
734 B
Referenced Files
None
Subscribers
None
D46479.id142600.diff
View Options
diff --git a/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc b/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
--- a/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
+++ b/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
@@ -76,12 +76,15 @@
using DevdCtl::NVPairMap;
/* redefine zpool_handle here because libzfs_impl.h is not includable */
+#define ZHP_MAX_PROPNAMES 4
struct zpool_handle
{
libzfs_handle_t *zpool_hdl;
zpool_handle_t *zpool_next;
char zpool_name[ZFS_MAX_DATASET_NAME_LEN];
int zpool_state;
+ unsigned int zpool_n_propnames;
+ const char *zpool_propnames[ZHP_MAX_PROPNAMES];
size_t zpool_config_size;
nvlist_t *zpool_config;
nvlist_t *zpool_old_config;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 1:29 AM (8 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28521175
Default Alt Text
D46479.id142600.diff (734 B)
Attached To
Mode
D46479: zfsd: fix the unit tests after 62e7d3c89eb
Attached
Detach File
Event Timeline
Log In to Comment