diff options
author | eb | 2008-06-23 18:26:50 +0000 |
---|---|---|
committer | eb | 2008-06-23 18:26:50 +0000 |
commit | bb5a5a24766e50059ff0756e2877d49c09f3ed9f (patch) | |
tree | c6e80eeb0683184f7bc93108ab2faa7cc8b3029c /gnuradio-core/src/lib/runtime/Makefile.am | |
parent | 9918d6fa52d0ee97ddecbea8f3303b8cad988b32 (diff) | |
download | gnuradio-bb5a5a24766e50059ff0756e2877d49c09f3ed9f.tar.gz gnuradio-bb5a5a24766e50059ff0756e2877d49c09f3ed9f.tar.bz2 gnuradio-bb5a5a24766e50059ff0756e2877d49c09f3ed9f.zip |
merged refactoring of gr_top_block_impl into abstract base class
gr_top_block_impl and concrete class gr_top_block_impl_sts from
eb/mp-sched r8447:8660. No change in functionality or behavior.
Paves the way for development of multiprocessor aware scheduler.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8665 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core/src/lib/runtime/Makefile.am')
-rw-r--r-- | gnuradio-core/src/lib/runtime/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/runtime/Makefile.am b/gnuradio-core/src/lib/runtime/Makefile.am index d84128cbd..0463581c7 100644 --- a/gnuradio-core/src/lib/runtime/Makefile.am +++ b/gnuradio-core/src/lib/runtime/Makefile.am @@ -55,6 +55,7 @@ libruntime_la_SOURCES = \ gr_sync_interpolator.cc \ gr_top_block.cc \ gr_top_block_impl.cc \ + gr_top_block_impl_sts.cc \ gr_tmp_path.cc \ gr_vmcircbuf.cc \ gr_vmcircbuf_mmap_shm_open.cc \ @@ -102,6 +103,7 @@ grinclude_HEADERS = \ gr_sync_interpolator.h \ gr_top_block.h \ gr_top_block_impl.h \ + gr_top_block_impl_sts.h \ gr_timer.h \ gr_tmp_path.h \ gr_types.h \ |