Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a deque instead of an intrusive hook for all VMs
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 28 Aug 2016 20:32:12 +0000 (22:32 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 28 Aug 2016 20:39:11 +0000 (22:39 +0200)
commitcc9460b0958168a1f9adec8208d190bf128ce6cc
treeaf5ac6d176fa7c56b8611bff58d8b994039d3611
parenta63523f78485f8c04a2edba7fb2b1f5b31204509
Use a deque instead of an intrusive hook for all VMs

- This is much simpler this way.
- Also, put it in the VirtualMachine class, not the Model one.
src/surf/HostImpl.cpp
src/surf/virtual_machine.cpp
src/surf/virtual_machine.hpp
src/surf/vm_hl13.cpp