cheliequan
2023-01-13 379ec7cb8b5b36aade5ce2714b4a990bf34f8eb6
stack.cpp
@@ -6,6 +6,7 @@
bool dbapi_get_doing_stacks(void *handle, std::vector<protomsg::FileStack> & list) {
    const char *topic = DATA_URL_PREFIX("/fileStack/findAllDoingStacks");
    return true;
   bool ret = bus_dbapi_get_list(handle, topic, list);
    return ret;
}