~ubuntu-branches/ubuntu/precise/crtmpserver/precise-backports

« back to all changes in this revision

Viewing changes to thelib/src/netio/select/tcpcarrier.cpp

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-07-04 00:04:40 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120704000440-u9x7yhyglqjvspk8
Tags: 1.0~dfsg-3~ubuntu12.04.1
No-change backport to precise (LP: #964153)

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        return format("TCP(%d)", _inboundFd);
135
135
}
136
136
 
137
 
void TCPCarrier::GetStats(Variant &info) {
 
137
void TCPCarrier::GetStats(Variant &info, uint32_t namespaceId) {
138
138
        if (!GetEndpointsInfo()) {
139
139
                FATAL("Unable to get endpoints info");
140
140
                info = "unable to get endpoints info";