digimer

Untitled

Apr 15th, 2011
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [root@xenmaster003 SPECS]# cat /usr/src/redhat/BUILD/kernel-2.6.18/linux-2.6.18.x86_64/drivers/xen/netback/common.h.rej
  2. ***************
  3. *** 183,188 ****
  4.  
  5. void netif_disconnect(netif_t *netif);
  6.  
  7. netif_t *netif_alloc(struct device *parent, domid_t domid, unsigned int handle);
  8. int netif_map(netif_t *netif, unsigned long tx_ring_ref,
  9. unsigned long rx_ring_ref, unsigned int evtchn);
  10. --- 188,194 ----
  11.  
  12. void netif_disconnect(netif_t *netif);
  13.  
  14. + void netif_set_features(netif_t *netif);
  15. netif_t *netif_alloc(struct device *parent, domid_t domid, unsigned int handle);
  16. int netif_map(netif_t *netif, unsigned long tx_ring_ref,
  17. unsigned long rx_ring_ref, unsigned int evtchn);
Advertisement
Add Comment
Please, Sign In to add comment