You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically, the object is a "struct pmix_list_item_t*" in
the pmix_list_t definition because the actual list item
object hasn't been defined yet when we defined the list
structure. So when we access it, we should cast to the
defined object.
Signed-off-by: Ralph Castain <[email protected]>
0 commit comments