Skip to content

Commit

Permalink
#672: docs: fix stray period, make it a real note
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 21, 2020
1 parent e5571c8 commit 9191f40
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/vt/topos/location/location.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,15 @@ struct EntityLocationCoord : LocationCoord {
* location the method uses the following algorithm:
*
* 1) Check locally for the entity's existence
*. 2) If not local, search for a cache entry with location info
* 2) If not local, search for a cache entry with location info
* 3) If no cache information available, send resolution message to home node.
* a) The home node applies the same algorithm, starting with (1)
*. . b) On step 3, if no information is known, the manager buffers the
*. request, waiting to the entity to be registered in the future.
* b) On step 3, if no information is known, the manager buffers the
* request, waiting to the entity to be registered in the future.
*
* Note: migrations may make this information inaccurate; the node delivered
* \note Migrations may make this information inaccurate; the node delivered
* to `action' reflects the current known state, which may be remote.
*
*
* \param[in] id the entity ID
* \param[in] home_node the home node for the entity
* \param[in] action the action to trigger with the discovered location
Expand Down

0 comments on commit 9191f40

Please sign in to comment.