]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/include/spdk/cpuset.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / include / spdk / cpuset.h
index 153fe0fae08f04a74af2c30938da32268418736f..43f2e73431a8a5597f45c97eac6ef9bb4df52c84 100644 (file)
@@ -50,7 +50,10 @@ extern "C" {
 /**
  * List of CPUs.
  */
-struct spdk_cpuset;
+struct spdk_cpuset {
+       char str[SPDK_CPUSET_SIZE / 4 + 1];
+       uint8_t cpus[SPDK_CPUSET_SIZE / 8];
+};
 
 /**
  * Allocate CPU set object.