You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/10/28 15:06:21 UTC

[GitHub] [mynewt-newtmgr] nkaje commented on a change in pull request #177: bll_sesn_cfg_windows: Fix build error for windows

nkaje commented on a change in pull request #177:
URL: https://github.com/apache/mynewt-newtmgr/pull/177#discussion_r513520640



##########
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:
       Updated commit message.




----------------------------------------------------------------
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:
users@infra.apache.org