Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
8a0ced58
Commit
8a0ced58
authored
Sep 10, 2008
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pubsub clientapi returns 0 for success, unlike silly elvin.
parent
31009d09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
event/proxy/evproxyplab.cc
event/proxy/evproxyplab.cc
+1
-1
No files found.
event/proxy/evproxyplab.cc
View file @
8a0ced58
...
...
@@ -500,7 +500,7 @@ sched_callback(event_handle_t handle,
void
subscribe_callback
(
event_handle_t
handle
,
int
result
,
event_subscription_t
es
,
void
*
data
)
{
if
(
result
)
{
if
(
!
result
)
{
std
::
string
key
((
char
*
)
data
);
exptmap
[
key
]
=
es
;
info
(
"Subscription for %s added successfully.
\n
"
,
(
char
*
)
data
);
...
...
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