Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1533 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.65
sletz 18 years ago
parent
commit
4dce6b63b8
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      common/JackEngine.h

+ 5
- 0
common/JackEngine.h View File

@@ -54,15 +54,20 @@ class JackEngine

int ClientCloseAux(int refnum, JackClientInterface* client, bool wait);
void CheckXRun(jack_time_t callback_usecs);
int NotifyAddClient(JackClientInterface* new_client, const char* name, int refnum);
void NotifyRemoveClient(const char* name, int refnum);
bool IsZombie(JackClientInterface* client, jack_time_t current_time);
void RemoveZombifiedClients(jack_time_t current_time);
void GetZombifiedClients(bool clients[CLIENT_NUM], jack_time_t current_time);
void ProcessNext(jack_time_t callback_usecs);
void ProcessCurrent(jack_time_t callback_usecs);
bool ClientCheckName(const char* name);
bool GenerateUniqueName(char* name);
int AllocateRefnum();
void ReleaseRefnum(int ref);



Loading…
Cancel
Save