2
0

Implement the discovery -v command line interface

Call the previously implemented get_rdcd_version and rdc_get_smiversion

Change-Id: If76037d462fa9328c3af8c85423ee4547882e36e
Signed-off-by: Chen Gong <curry.gong@amd.com>
Este cometimento está contido em:
Chen Gong
2024-08-25 10:01:54 +08:00
cometido por Galantsev, Dmitrii
ascendente 1edd04d84e
cometimento 0cfca6d93d
2 ficheiros modificados com 46 adições e 6 eliminações
+2
Ver ficheiro
@@ -38,6 +38,8 @@ class RdciDiscoverySubSystem : public RdciSubSystem {
void show_help() const;
bool is_list_;
void show_attributes();
bool show_version_;
void show_version();
};
} // namespace rdc