Removed time sourced from reference counting.

Releasing nodes works now, except if they have been instanciated globally.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2920 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-03-15 01:59:10 +00:00
parent 395ea9a9b7
commit 86bce45b0c
5 changed files with 126 additions and 20 deletions
+4
View File
@@ -15,6 +15,10 @@
#define NODE_UNREGISTERED_ID -2
#define SHADOW_TIMESOURCE_CONTROL_PORT -333
#define NODE_KIND_NO_REFCOUNTING 0x80000000
#define ROUND_UP_TO_PAGE(size) (((size) + B_PAGE_SIZE - 1) & ~(B_PAGE_SIZE - 1))
namespace BPrivate { namespace media {