Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xorp/fea/data_plane/control_socket/windows_rtm_pipe.cc
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ WinRtmPipe::io_event(XorpFd fd, IoEventType type)
// Observe routing sockets activity
//

struct WinRtmPipePlumber {
class WinRtmPipePlumber {
typedef WinRtmPipe::ObserverList ObserverList;

public:
static void
plumb(WinRtmPipe& r, WinRtmPipeObserver* o)
{
Expand Down
2 changes: 1 addition & 1 deletion xorp/fea/data_plane/control_socket/windows_rtm_pipe.hh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "libxorp/exceptions.hh"

class WinRtmPipeObserver;
struct WinRtmPipePlumber;
class WinRtmPipePlumber;

/**
* WinRtmPipe class opens a routing socket and forwards data arriving
Expand Down