Hefty, Sean wrote: >> +static DRIVER_DISPATCH __ipoib_create; >> static NTSTATUS >> __ipoib_create( >> IN DEVICE_OBJECT* const pDevObj, >> IN IRP* const >> pIrp ); >> >> +static DRIVER_DISPATCH __ipoib_cleanup; >> static NTSTATUS >> __ipoib_cleanup( >> IN DEVICE_OBJECT* const pDevObj, >> IN IRP* const >> pIrp ); >> >> +static DRIVER_DISPATCH __ipoib_close; >> static NTSTATUS >> __ipoib_close( >> IN DEVICE_OBJECT* const pDevObj, >> IN IRP* const >> pIrp ); >> >> +static DRIVER_DISPATCH __ipoib_dispatch; >> static NTSTATUS >> __ipoib_dispatch( >> IN DEVICE_OBJECT* const >> pDevObj, > > Shouldn't the function definitions be updated as well?
I thought so too, except it does not compile? _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
