X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FNetdeviceController.hh;h=757aac5b3be24c850701fddfe9dbbca88dd6664d;hb=5473ff920615fdd6d0a45b97baefc9eafe619e8b;hp=194cb6e2a611b02a7f410f7f822a369a08719bb5;hpb=b72c25d581c908c9ed8217d03f7f628f1fcc7702;p=senf.git diff --git a/Socket/NetdeviceController.hh b/Socket/NetdeviceController.hh index 194cb6e..757aac5 100644 --- a/Socket/NetdeviceController.hh +++ b/Socket/NetdeviceController.hh @@ -58,7 +58,7 @@ namespace senf { private: void openSocket(); void doIoctl(ifreq& ifr, int request); - void ifr_name(ifreq& ifr); + void ifrName(ifreq& ifr); int sockfd_; int ifindex_; };