Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/netsmb/smb_tran.h 75374 2001-04-10 07:59:06Z bp $
---
> * $FreeBSD: head/sys/netsmb/smb_tran.h 87192 2001-12-02 08:47:29Z bp $
57,63c57,63
< int (*tr_create)(struct smb_vc *vcp, struct proc *p);
< int (*tr_done)(struct smb_vc *vcp, struct proc *p);
< int (*tr_bind)(struct smb_vc *vcp, struct sockaddr *sap, struct proc *p);
< int (*tr_connect)(struct smb_vc *vcp, struct sockaddr *sap, struct proc *p);
< int (*tr_disconnect)(struct smb_vc *vcp, struct proc *p);
< int (*tr_send)(struct smb_vc *vcp, struct mbuf *m0, struct proc *p);
< int (*tr_recv)(struct smb_vc *vcp, struct mbuf **mpp, struct proc *p);
---
> int (*tr_create)(struct smb_vc *vcp, struct thread *td);
> int (*tr_done)(struct smb_vc *vcp, struct thread *td);
> int (*tr_bind)(struct smb_vc *vcp, struct sockaddr *sap, struct thread *td);
> int (*tr_connect)(struct smb_vc *vcp, struct sockaddr *sap, struct thread *td);
> int (*tr_disconnect)(struct smb_vc *vcp, struct thread *td);
> int (*tr_send)(struct smb_vc *vcp, struct mbuf *m0, struct thread *td);
> int (*tr_recv)(struct smb_vc *vcp, struct mbuf **mpp, struct thread *td);
70c70
< int (*tr_poll)(struct smb_vc *vcp, struct proc *p);
---
> int (*tr_poll)(struct smb_vc *vcp, struct thread *td);