File: devices.cpp

package info (click to toggle)
nethogs 0.8.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 272 kB
  • ctags: 336
  • sloc: cpp: 2,161; ansic: 267; makefile: 94
file content (7 lines) | stat: -rw-r--r-- 91 bytes parent folder | download
1
2
3
4
5
6
7
#include "devices.h"

device * determine_default_device()
{
	return new device("eth0");
}