compile fixes
[lttv.git] / ltt / branches / poly / lttctl / lttctl.c
index 5b8c262d862881bb7e66f7730707ed6d6f48d4c4..105aacb61efb627cdb6a957e6f9cec0b30a73559 100644 (file)
@@ -25,7 +25,7 @@
 #include <sys/stat.h>
 
 /* Buffer for file copy : 4k seems optimal. */
-#define BUF_SIZE 4194304
+#define BUF_SIZE 4096
 
 enum trace_ctl_op {
   CTL_OP_CREATE_START,
This page took 0.023642 seconds and 4 git commands to generate.