switch from kcompat lists to urcu lists
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Mar 2010 00:04:01 +0000 (19:04 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Mar 2010 00:04:01 +0000 (19:04 -0500)
include/ust/kernelcompat.h
include/ust/marker.h
libustcomm/ustcomm.h

index 77adebda47ba57a8f49a160b9bb7af0aad00534c..b6e85c3fb5353267b3a8d9988187c63c6d61acb1 100644 (file)
@@ -19,6 +19,7 @@
 #define KERNELCOMPAT_H
 
 #include <kcompat.h>
+#include <urcu/list.h>
 
 /* FIXME: libkcompat must not define arch-specific local ops, as ust *must*
  * fallback to the normal atomic ops. Fix things so we don't add them and
index 7e935c1720d5e7a101982a1041b9b05c2170b470..d792b6580d9cf0fc842353b666148827bbec0304 100644 (file)
@@ -29,7 +29,7 @@
 #include <ust/immediate.h>
 //ust// #include <linux/ltt-channels.h>
 #include <ust/kernelcompat.h>
-#include <kcompat/list.h>
+#include <urcu/list.h>
 #include <ust/processor.h>
 
 #include <bits/wordsize.h>
index 87ed322be43bec8f4e0ccdd3d28c8c430c820b85..841d67872027786e7d6ec319ea4fed763568bee9 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <sys/types.h>
 #include <sys/un.h>
+#include <urcu/list.h>
 
 #include "kcompat.h"
 #include "multipoll.h"
This page took 0.024361 seconds and 4 git commands to generate.