tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mbuf -> sockaddr patch for get{sock,peer}name and accept



On Apr 20,  5:36pm, rtr%netbsd.org@localhost (Tyler Retzlaff) wrote:
-- Subject: Re: mbuf -> sockaddr patch for get{sock,peer}name and accept

| > Are you getting rid of MT_SONAME? You can just change the string
| > there to be "sockaddr"... It is just a string annotating what the
| > data you are placing in the trace are.
| 
| MT_SONAME is still sprinkled about in other places but when the work is 
| complete it may be possible to eliminate it.
| 
| If just using "sockaddr" in place for now is acceptable then that that's 
| what I'll do.

Well, remember to fix netstat if you do that (to accept both or change
it to sockaddr in all places). After all, this is what it is used for
to indicate to userland that we are passing a sockaddr in the ktrace
record.

christos


Home | Main Index | Thread Index | Old Index