Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
batsim
batsim
Commits
c2af6cbd
Commit
c2af6cbd
authored
Jan 10, 2017
by
Pierre-François
Browse files
server should not use these messages
parent
443d8926
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.cpp
View file @
c2af6cbd
...
...
@@ -429,6 +429,18 @@ int uds_server_process(int argc, char *argv[])
}
break
;
// end of case SCHED_READY
case
IPMessageType
::
SCHED_WAIT_ANSWER
:
{
xbt_assert
(
false
,
"The server received a SCHED_WAIT_ANSWER message, which should not happen"
);
}
break
;
// end of case SCHED_WAIT_ANSWER
case
IPMessageType
::
WAIT_QUERY
:
{
xbt_assert
(
false
,
"The server received a WAIT_QUERY message, which should not happen"
);
}
break
;
// end of case WAIT_QUERY
case
IPMessageType
::
SWITCHED_ON
:
{
xbt_assert
(
task_data
->
data
!=
nullptr
);
...
...
Write
Preview
Supports
Markdown
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