Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Reyhaneh Karimipour
xtrace-cpp
Commits
3b55fb93
Commit
3b55fb93
authored
May 17, 2019
by
DEPRECATED (Jonathan Mace) (Use @JonathanMace instead)
Browse files
Hard-code xtrace server to the xtrace-server hostname
parent
05c6a781
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/pubsub.h
View file @
3b55fb93
...
...
@@ -14,7 +14,7 @@
// Statically define these variables for now
#define QUEUE_MAX_MESSAGES 1000
#define PUBLISHER_CONNECT_RETRY_TIMEOUT_MICROS 1000000
#define DEFAULT_SERVER_ADDRESS "
localhost
"
#define DEFAULT_SERVER_ADDRESS "
xtrace-server
"
#define DEFAULT_SERVER_PORT "5563"
typedef
std
::
pair
<
std
::
string
,
std
::
string
>
PubSubMessage
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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