Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't allocate 5KB per host created when it's not needed.
authordegomme <augustin.degomme@unibas.ch>
Wed, 16 Nov 2016 00:26:23 +0000 (17:26 -0700)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 16 Nov 2016 00:30:25 +0000 (17:30 -0700)
commit97f3e4bd3bb6719e536f7eacaaafe6d03ac5ac43
treeebaf6ae8352f7ae037e7647f229caefef227717b
parentdd5aeddb0d5ff5b51db070c80a61728933b8746a
Don't allocate 5KB per host created when it's not needed.
These were for VM and files only, which are optional. Instead they are now allocated when needed.
src/msg/msg_host.cpp
src/msg/msg_vm.cpp