utzig commented on a change in pull request #177:
URL: https://github.com/apache/mynewt-newtmgr/pull/177#discussion_r513521902
##########
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:
Thanks, I should have suspected the reason! :-)
----------------------------------------------------------------
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]