Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
de3dcc2e
Commit
de3dcc2e
authored
Aug 06, 2018
by
Ge Jun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unify inclusion of brpc headers inside src to double quotes
parent
2ae7f04c
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
16 deletions
+13
-16
tabbed.h
src/brpc/builtin/tabbed.h
+0
-1
log.h
src/brpc/log.h
+1
-1
hulu_pbrpc_controller.h
src/brpc/policy/hulu_pbrpc_controller.h
+1
-3
comlog_initializer.h
src/bthread/comlog_initializer.h
+1
-1
logging.h
src/butil/logging.h
+1
-1
process_util.cc
src/butil/process_util.cc
+4
-4
default_variables.cpp
src/bvar/default_variables.cpp
+5
-5
No files found.
src/brpc/builtin/tabbed.h
View file @
de3dcc2e
...
...
@@ -20,7 +20,6 @@
#include <string>
#include <vector>
namespace
brpc
{
// Contain the information for showing a tab.
...
...
src/brpc/log.h
View file @
de3dcc2e
...
...
@@ -15,8 +15,8 @@
#ifndef BRPC_LOG_H
#define BRPC_LOG_H
#include <bthread/errno.h>
#include <inttypes.h> // PRId64 PRIu64
#include "bthread/errno.h"
#define RPC_VLOG_LEVEL 99
#define RPC_VLOG_IS_ON VLOG_IS_ON(RPC_VLOG_LEVEL)
...
...
src/brpc/policy/hulu_pbrpc_controller.h
View file @
de3dcc2e
...
...
@@ -19,8 +19,7 @@
#include <stdint.h> // int64_t
#include <string> // std::string
#include <brpc/controller.h> // Controller
#include "brpc/controller.h" // Controller
namespace
brpc
{
namespace
policy
{
...
...
@@ -88,5 +87,4 @@ private:
}
// namespace policy
}
// namespace brpc
#endif //BRPC_HULU_PBRPC_CONTROLLER_H
src/bthread/comlog_initializer.h
View file @
de3dcc2e
...
...
@@ -20,7 +20,7 @@
#define BTHREAD_COMLOG_INITIALIZER_H
#include <com_log.h> // com_openlog_r, com_closelog_r
#include
<butil/macros.h>
#include
"butil/macros.h"
namespace
bthread
{
...
...
src/butil/logging.h
View file @
de3dcc2e
...
...
@@ -20,7 +20,7 @@
#ifndef BUTIL_LOGGING_H_
#define BUTIL_LOGGING_H_
#include
<butil/config.h>
// BRPC_WITH_GLOG
#include
"butil/config.h"
// BRPC_WITH_GLOG
#include <inttypes.h>
#include <string>
...
...
src/butil/process_util.cc
View file @
de3dcc2e
...
...
@@ -16,16 +16,16 @@
// Author: Zhu,Jiashun (zhujiashun@baidu.com)
// Date: Wed Apr 11 14:35:56 CST 2018
#include "process_util.h"
#include <fcntl.h> // open
#include <stdio.h> // snprintf
#include <butil/fd_guard.h> // butil::fd_guard
#include <butil/logging.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h> // read, gitpid
#include <sstream> // std::ostringstream
#include <butil/popen.h> // read_command_output
#include "butil/fd_guard.h" // butil::fd_guard
#include "butil/logging.h"
#include "butil/popen.h" // read_command_output
#include "butil/process_util.h"
namespace
butil
{
...
...
src/bvar/default_variables.cpp
View file @
de3dcc2e
...
...
@@ -20,6 +20,10 @@
#include <sys/resource.h> // getrusage
#include <dirent.h> // dirent
#include <iomanip> // setw
#if defined(OS_MACOSX)
#include <libproc.h>
#include <sys/resource.h>
#endif
#include "butil/time.h"
#include "butil/memory/singleton_on_pthread_once.h"
#include "butil/scoped_lock.h"
...
...
@@ -27,12 +31,8 @@
#include "butil/files/dir_reader_posix.h"
#include "butil/file_util.h"
#include "butil/process_util.h" // ReadCommandLine
#include
<butil/popen.h>
// read_command_output
#include
"butil/popen.h"
// read_command_output
#include "bvar/passive_status.h"
#if defined(OS_MACOSX)
#include <libproc.h>
#include <sys/resource.h>
#endif
namespace
bvar
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment