jamesge commented on pull request #1252: URL: https://github.com/apache/incubator-brpc/pull/1252#issuecomment-698696614
这个基于https://github.com/apache/incubator-brpc/blob/master/src/butil/process_util.h中的ReadCommandLine改更好一些,现在这么改也不支持Mac OS。可以在process_util.h中改为两个函数ReadCommandLine和ReadCommandName,返回值也可以都改成std::string方便使用,不用传buf ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
