changeset 11:efee5f0249e2

Commit a revision of the PCI LKM that tries to call a provided sequence from a chunk of instrumented C code (see #6)
author Louis Opter <louis@lse.epitech.net>
date Fri, 06 Jan 2012 15:41:47 +0100
parents 44a25ffd5c8c
children 80cfe40c1136
files rathaxes_start_to_implement_pci_stuff_in_the_lkm.patch
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rathaxes_start_to_implement_pci_stuff_in_the_lkm.patch	Fri Jan 06 13:43:06 2012 +0100
+++ b/rathaxes_start_to_implement_pci_stuff_in_the_lkm.patch	Fri Jan 06 15:41:47 2012 +0100
@@ -156,7 +156,7 @@
 new file mode 100644
 --- /dev/null
 +++ b/rathaxes/samples/lkm/pci.blt
-@@ -0,0 +1,129 @@
+@@ -0,0 +1,130 @@
 +with PCI, LKM, Log
 +{
 +    template type   PCI::Device()
@@ -275,6 +275,7 @@
 +             *      ${Log::info("Message")}; doesn't seem to work.
 +             * }
 +             */
++             ${Log::info("Message")};
 +        }
 +    }
 +