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
6e44e384
Commit
6e44e384
authored
Aug 03, 2017
by
gejun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move naming_service_thread.h/cpp into details
Change-Id: I4715f439a89774fd57fb5c33292749eb2e3d69e2
parent
c5ba294d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
load_balancer_with_naming.h
brpc/details/load_balancer_with_naming.h
+1
-1
naming_service_thread.cpp
brpc/details/naming_service_thread.cpp
+1
-1
naming_service_thread.h
brpc/details/naming_service_thread.h
+0
-0
partition_channel.cpp
brpc/partition_channel.cpp
+1
-1
No files found.
brpc/details/load_balancer_with_naming.h
View file @
6e44e384
...
...
@@ -9,7 +9,7 @@
#include "base/intrusive_ptr.hpp"
#include "brpc/load_balancer.h"
#include "brpc/naming_service_thread.h" // NamingServiceWatcher
#include "brpc/
details/
naming_service_thread.h" // NamingServiceWatcher
namespace
brpc
{
...
...
brpc/naming_service_thread.cpp
→
brpc/
details/
naming_service_thread.cpp
View file @
6e44e384
...
...
@@ -11,7 +11,7 @@
#include "base/scoped_lock.h"
#include "base/logging.h"
#include "brpc/socket_map.h"
#include "brpc/naming_service_thread.h"
#include "brpc/
details/
naming_service_thread.h"
namespace
brpc
{
...
...
brpc/naming_service_thread.h
→
brpc/
details/
naming_service_thread.h
View file @
6e44e384
File moved
brpc/partition_channel.cpp
View file @
6e44e384
...
...
@@ -6,7 +6,7 @@
#include "base/containers/flat_map.h"
#include "brpc/load_balancer.h"
#include "brpc/naming_service_thread.h"
#include "brpc/
details/
naming_service_thread.h"
#include "brpc/partition_channel.h"
#include "brpc/global.h"
...
...
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