
28 Jul
2011
28 Jul
'11
4:03 p.m.
On 07/21/2011 05:39 PM, Eric Blake wrote:
Found by:
for f in $(sed -n 's/.*Drv[^ ]* \([^;]*\);.*/\1/p' src/xen/xen_driver.h) do git grep "\(\.\|->\)$f\b" src/xen done | cat
and looking through the resulting list to see which callback struct members are still necessary.
Sure. Why not? Simple is good. ACK.