Skip to content
  • Kenneth Moreland's avatar
    Make IceTCommRequest a struct pointer. · 9e30edf1
    Kenneth Moreland authored
    Previously IceTCommRequest was a typedef'ed integer.  Now it is
    a pointer to a struct that internally has a void pointer that can
    point to whatever structure is needed by the assocated communicator.
    9e30edf1