Starting over

This commit is contained in:
Ian Gulliver
2016-09-25 15:56:37 -07:00
parent a78c8461d6
commit 6da1c57c36
18 changed files with 158 additions and 1514 deletions

9
lib/BUILD Normal file
View File

@@ -0,0 +1,9 @@
cc_library(
name = "tun_tap_device_lib",
hdrs = [
"tun_tap_device.h",
],
srcs = [
"tun_tap_device.cc",
],
)