• Kirill Smelkov's avatar
    libgolang: _selcase: Rename .data -> .ptxrx · d6c8862d
    Kirill Smelkov authored
    In the next patches we are going to teach _selcase to support both
    external and inplace data. Before that let's do a couple of preparatory
    things.
    
    This patch: rename .data -> .ptxrx . The new name is more clear:
    
    - "p" prefix aligns with other libgolang style, e.g. ptx or prx.
    - "txrx" suffix says that this is used for both send and recv.
    
    Just plain renaming, nothing else in this patch.
    d6c8862d
_golang.pxd 3.87 KB