Exemplo n.º 1
0
///////////////////////////////////////////////////////////////////////////////
// Helper functions.
inline boost::uint32_t get_credit(id_type const& id)
{
    return get_credit_from_gid(id.get_gid());
}
Exemplo n.º 2
0
///////////////////////////////////////////////////////////////////////////////
// helper functions
inline boost::int64_t get_credit(id_type const& id)
{
    return hpx::naming::detail::get_credit_from_gid(id.get_gid());
}