* Added a is_timer_running() function.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27631 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-09-19 09:11:12 +00:00
parent e167a0a5d9
commit 491da20dbf
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -143,6 +143,7 @@ struct net_stack_module_info {
bool (*cancel_timer)(struct net_timer *timer);
status_t (*wait_for_timer)(struct net_timer *timer);
bool (*is_timer_active)(struct net_timer *timer);
bool (*is_timer_running)(struct net_timer *timer);
// syscall restart
bool (*is_syscall)(void);