Skip to content
Snippets Groups Projects
Commit 2c6c42fe authored by Loïc Correnson's avatar Loïc Correnson
Browse files

Merge branch 'fix/ivette/eva-computation-state' into 'master'

[Server] States: fixes synchronization bug with Eva computation state.

See merge request frama-c/frama-c!4156
parents 07358342 df3d64ba
No related branches found
No related tags found
Loading
...@@ -33,6 +33,7 @@ let install signal hook = function ...@@ -33,6 +33,7 @@ let install signal hook = function
begin begin
once := false ; once := false ;
add_hook hook ; add_hook hook ;
Request.emit signal ;
end end
in Request.on_signal signal install in Request.on_signal signal install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment