Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove mc_untranslate_address() and mc_member_snapshot_resolve()
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 17 Jun 2014 13:52:32 +0000 (15:52 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 17 Jun 2014 13:52:34 +0000 (15:52 +0200)
commit48ca2b9a22e2a61cd8678fa91cbeeb777aaee5c8
treec8edcb55d5fedc035cd264c051fbc4186d608faa
parentc51e0d23e28adc180a3a4c7c90489e710101dd0b
[mc] Remove mc_untranslate_address() and mc_member_snapshot_resolve()

Those were working in the snapshot address space so we do not use them
anymore (it is not very useful to work in the snapshot space when the
snapshot space is broken in pages).

We work in the process address space instead (mc_member_resolve).
src/mc/mc_member.c
src/mc/mc_private.h
src/mc/mc_snapshot.c