File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 184da128965d8c833c02feb3f16097e3a1a64417
2
+ refs/heads/master: 8d1922d4c80335d7c850e5856ae0ec549b8a0481
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
Original file line number Diff line number Diff line change @@ -624,6 +624,10 @@ trait selectable {
624
624
pure fn header ( ) -> * packet_header ;
625
625
}
626
626
627
+ impl of selectable for * packet_header {
628
+ pure fn header ( ) -> * packet_header { self }
629
+ }
630
+
627
631
/// Returns the index of an endpoint that is ready to receive.
628
632
fn selecti < T : selectable > ( endpoints : & [ T ] ) -> uint {
629
633
wait_many ( endpoints. map ( |p| p. header ( ) ) )
You can’t perform that action at this time.
0 commit comments