mirror of https://bitbucket.org/ausocean/av.git
protocol/rtcp/client.go: not embedding log
This commit is contained in:
parent
040cd18db3
commit
76612ea8df
|
@ -68,7 +68,7 @@ type Client struct {
|
|||
wg sync.WaitGroup // This is used to wait for send and recv routines to stop when Client is stopped.
|
||||
quitSend chan struct{} // Channel used to communicate quit signal to send routine.
|
||||
quitRecv chan struct{} // Channel used to communicate quit signal to recv routine.
|
||||
log // Used to log any messages.
|
||||
log log // Used to log any messages.
|
||||
|
||||
err chan error // Client will send any errors through this chan. Can be accessed by Err().
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue