stor_obj_test
- Subject: stor_obj_test
- From: Jeff Garzik <jeff@xxxxxxxxxx>
- Date: Wed, 07 Jul 2010 00:02:02 -0400
- Cc: Project Hail <hail-devel@xxxxxxxxxxxxxxx>
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4
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
[Linux USB Devel]
[Video for Linux]
[Linux Audio Users]
[Photo]
[Yosemite News]
[Yosemite Photos]
[Free Online Dating]
[Linux Kernel]
[Linux SCSI]
[XFree86]