diff options
author | David Smith <dsmith@redhat.com> | 2009-02-25 09:04:19 -0600 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-02-25 09:04:19 -0600 |
commit | 64c962fed5f50a7f82f8b570e000cdcff757862b (patch) | |
tree | 9f60ad3c67c7719f9448f3355e600eefa27c009c /runtime/transport/control.h | |
parent | 23c1c6557af76d506a28bcb3e864d3500e6dc565 (diff) | |
download | systemtap-steved-64c962fed5f50a7f82f8b570e000cdcff757862b.tar.gz systemtap-steved-64c962fed5f50a7f82f8b570e000cdcff757862b.tar.xz systemtap-steved-64c962fed5f50a7f82f8b570e000cdcff757862b.zip |
More cleanup.
2009-02-25 David Smith <dsmith@redhat.com>
* debug.h: Removed unused variable '_stp_transport_state'.
* print_new.c (stp_print_flush): Ifdef'ed out call to
utt_reserve().
* runtime.h: Added _stp_warn() prototype.
* transport/control.c: Includes control.h, mempool.c, and
symbols.c. Renamed '_stp_attached' to '_stp_ctl_attached'.
* transport/control.h: Removed _stp_pool_q declaration.
* transport/debugfs.c (_stp_register_ctl_channel_fs): Uses
_stp_get_module_dir().
* transport/transport.c: Cleanup.
* transport/transport.h: Ditto.
Diffstat (limited to 'runtime/transport/control.h')
-rw-r--r-- | runtime/transport/control.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/transport/control.h b/runtime/transport/control.h index 5e7204ee..48289276 100644 --- a/runtime/transport/control.h +++ b/runtime/transport/control.h @@ -15,7 +15,6 @@ #include <linux/spinlock.h> #include <linux/list.h> -static _stp_mempool_t *_stp_pool_q; static struct list_head _stp_ctl_ready_q; static spinlock_t _stp_ctl_ready_lock; static wait_queue_head_t _stp_ctl_wq; |