Skip to content

Commit

Permalink
OpenzwaveAdapter::init now returns an Arc
Browse files Browse the repository at this point in the history
  • Loading branch information
julienw committed Jun 9, 2016
1 parent 711ea22 commit e2eb39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/openzwave-adapter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ pub struct OpenzwaveAdapter {
name: String,
vendor: String,
version: [u32; 4],
ozw: ZWaveManager,
ozw: Arc<ZWaveManager>,
node_map: IdMap<ServiceId, Node>,
getter_map: IdMap<Channel, ValueID>,
setter_map: IdMap<Channel, ValueID>,
Expand Down

0 comments on commit e2eb39a

Please sign in to comment.