utzig commented on a change in pull request #177:
URL: https://github.com/apache/mynewt-newtmgr/pull/177#discussion_r513481484
##########
File path: newtmgr/bll/bll_sesn_cfg_windows.go
##########
@@ -32,8 +32,8 @@ type BllSesnCfg struct {
MgmtProto sesn.MgmtProto
PreferredMtu int
ConnTimeout time.Duration
- TxFilterCb nmcoap.MsgFilter
- RxFilterCb nmcoap.MsgFilter
+ TxFilter nmcoap.TxMsgFilter
+ RxFilter nmcoap.RxMsgFilter
Review comment:
Does changing the variable names have no effect on the code using them?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]