stor_obj_test

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This function seems to be missing the "meat." It retrieves then disposes of a keylist.

bool stor_obj_test(struct open_chunk *cep, uint64_t key)
{
        struct st_keylist *klist;

        if (!cep->stc)
                return false;

        klist = stc_keys(cep->stc);
        if (!klist)
                return false;
        stc_free_keylist(klist);
        return true;
}


--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Fedora Clound]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux