icd: Support for command pools
diff --git a/layers/draw_state.h b/layers/draw_state.h
index e4fbec3..5491e48 100644
--- a/layers/draw_state.h
+++ b/layers/draw_state.h
@@ -234,7 +234,7 @@
 // Cmd Buffer Wrapper Struct
 typedef struct _GLOBAL_CB_NODE {
     VkCmdBuffer                  cmdBuffer;
-    uint32_t                     queueNodeIndex;
+    VkCmdPool                    pool;
     VkFlags                      flags;
     VkFence                      fence;    // fence tracking this cmd buffer
     uint64_t                     numCmds;  // number of cmds in this CB