Return true if fully initialized. false if constructor failed
| 72 | |
| 73 | // Return true if fully initialized. false if constructor failed |
| 74 | bool Initialized() const { return initialized_; } |
| 75 | |
| 76 | // The socket ID this mempool is associated with. -1 means unknown. |
| 77 | int SocketId() const { return socket_id_; } |