mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
11 lines
353 B
C++
11 lines
353 B
C++
--- cpp/util/bench_etcd.cc.orig 2016-10-14 17:11:57 UTC
|
|
+++ cpp/util/bench_etcd.cc
|
|
@@ -105,7 +105,7 @@ void test_etcd(int thread_num) {
|
|
|
|
|
|
int main(int argc, char* argv[]) {
|
|
- google::ParseCommandLineFlags(&argc, &argv, true);
|
|
+ gflags::ParseCommandLineFlags(&argc, &argv, true);
|
|
google::InitGoogleLogging(argv[0]);
|
|
evthread_use_pthreads();
|
|
|