]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/subscr.h
[PATCH] csa: Extended system accounting over taskstats
[linux-2.6-omap-h63xx.git] / net / tipc / subscr.h
index ccff4efcb7555beb786e859a2ad80ba81eb04d0b..1e5090465d2e3ba00756e37027967f916c0ee46e 100644 (file)
@@ -60,21 +60,21 @@ struct subscription {
        struct subscriber *owner;
 };
 
-int subscr_overlap(struct subscription * sub, 
-                  u32 found_lower, 
-                  u32 found_upper);
+int tipc_subscr_overlap(struct subscription * sub, 
+                       u32 found_lower, 
+                       u32 found_upper);
 
-void subscr_report_overlap(struct subscription * sub, 
-                          u32 found_lower, 
-                          u32 found_upper,
-                          u32 event, 
-                          u32 port_ref, 
-                          u32 node,
-                          int must_report);
+void tipc_subscr_report_overlap(struct subscription * sub, 
+                               u32 found_lower, 
+                               u32 found_upper,
+                               u32 event, 
+                               u32 port_ref, 
+                               u32 node,
+                               int must_report);
 
-int subscr_start(void);
+int tipc_subscr_start(void);
 
-void subscr_stop(void);
+void tipc_subscr_stop(void);
 
 
 #endif