Skip to content

Commit

Permalink
upr/dcp API changed opaqueMSB to uint16 type
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Oct 27, 2014
1 parent 92b6e89 commit 998fc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed_dcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (t *DCPFeed) feed() (int, error) {

err = feed.UprRequestStream(
uint16(0), /*vbno - TODO: use the vbno's*/
uint32(0), /*opaque*/
uint16(0), /*opaque*/
0, /*flag*/
0, /*vbuuid*/
0, /*seqStart - TODO: use the seqno's*/
Expand Down

0 comments on commit 998fc72

Please sign in to comment.