Skip to content
  • Eric Blake's avatar
    315f78ab
    nbd: Rename NBDRequest to NBDRequestData · 315f78ab
    Eric Blake authored
    
    
    We have both 'struct NBDRequest' and 'struct nbd_request'; making
    it confusing to see which does what.  Furthermore, we want to
    rename nbd_request to align with our normal CamelCase naming
    conventions.  So, rename the struct which is used to associate
    the data received during request callbacks, while leaving the
    shorter name for the description of the request sent over the
    wire in the NBD protocol.
    
    Signed-off-by: default avatarEric Blake <eblake@redhat.com>
    Message-Id: <1476469998-28592-4-git-send-email-eblake@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    315f78ab
    nbd: Rename NBDRequest to NBDRequestData
    Eric Blake authored
    
    
    We have both 'struct NBDRequest' and 'struct nbd_request'; making
    it confusing to see which does what.  Furthermore, we want to
    rename nbd_request to align with our normal CamelCase naming
    conventions.  So, rename the struct which is used to associate
    the data received during request callbacks, while leaving the
    shorter name for the description of the request sent over the
    wire in the NBD protocol.
    
    Signed-off-by: default avatarEric Blake <eblake@redhat.com>
    Message-Id: <1476469998-28592-4-git-send-email-eblake@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Loading