]> sourceware.org Git - systemtap.git/commitdiff
Remove unused STP_WORK_TIMER define.
authorDavid Smith <dsmith@redhat.com>
Tue, 6 Sep 2011 15:35:01 +0000 (10:35 -0500)
committerDavid Smith <dsmith@redhat.com>
Tue, 6 Sep 2011 15:35:01 +0000 (10:35 -0500)
* runtime/transport/transport.h: Remove unused STP_WORK_TIMER.

runtime/transport/transport.h

index 3d85f78e5025ee452ee5ac6a944220cc7925a82a..fc693f18559bf1c233c9a28ec8e25cf5bc327b26 100644 (file)
 #define STP_CTL_BUFFER_SIZE 256
 #endif
 
-/* how often the work queue wakes up and checks buffers */
-#ifndef STP_WORK_TIMER
-#define STP_WORK_TIMER (HZ/100)
-#endif
-
 static unsigned _stp_nsubbufs;
 static unsigned _stp_subbuf_size;
 
This page took 0.030676 seconds and 5 git commands to generate.