diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2013-06-29 22:55:41 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2013-07-04 18:02:22 +0200 |
commit | c6964c305b425b98aaf0492806a28b578d799d83 (patch) | |
tree | 55c7c52df882855abef78e4bd22e3dca4c18809c /sysdep/linux/krt-sys.h | |
parent | 6ac4f87a2d661c739e55a63577e7bccf696c7abd (diff) |
Makes krt.c much more readable.
Diffstat (limited to 'sysdep/linux/krt-sys.h')
-rw-r--r-- | sysdep/linux/krt-sys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdep/linux/krt-sys.h b/sysdep/linux/krt-sys.h index cdee7fe3..7b3043a7 100644 --- a/sysdep/linux/krt-sys.h +++ b/sysdep/linux/krt-sys.h @@ -15,7 +15,7 @@ struct kif_params { }; -struct kif_status { +struct kif_state { }; @@ -36,7 +36,7 @@ struct krt_params { int table_id; /* Kernel table ID we sync with */ }; -struct krt_status { +struct krt_state { }; |