Transforward tag 3 transforward-0.1-3
authorSapan Bhatia <gwsapan@gmail.com>
Mon, 22 Oct 2012 17:06:32 +0000 (13:06 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Mon, 22 Oct 2012 17:06:32 +0000 (13:06 -0400)
transforward.c
transforward.spec

index 0e42f52..13e6156 100644 (file)
@@ -65,6 +65,13 @@ static int inet_bind_entry(struct socket *sock, struct sockaddr *uaddr, int addr
     return 0;
 }
 
+static struct file *do_last_probe(struct nameidata *nd, struct path *path,
+                         const struct open_flags *op, const char *pathname) {
+    
+    
+    jprobe_return();
+
+}
 
 static struct jprobe net_probe = {
        .entry = (kprobe_opcode_t *) inet_bind_entry
index 7ed4ea9..394a9b0 100644 (file)
@@ -1,6 +1,6 @@
 %define name transforward
 %define version 0.1
-%define taglevel 2
+%define taglevel 3
 
 ### legacy from locally-built kernels, used to define these
 # kernel_release : 1.fc16  (24 is then the planetlab taglevel)