• P
    util: bitmap: Use VIR_SHRINK_N in virBitmapShrink · e88a08e8
    Peter Krempa 提交于
    The function only reduces the size of the bitmap thus we can use the
    appropriate shrinking function which also does not have any return
    value.
    
    Since virBitmapShrink now does not return any value callers need to be
    fixed as well.
    e88a08e8
virbitmap.c 28.1 KB