summaryrefslogtreecommitdiff
path: root/plugins/AVS/src/poll.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-06-06 15:56:58 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-06-06 15:56:58 +0000
commit279001d256a5bc6075284c76d65bf64c420acc7c (patch)
treeab000b58e2ae24700f691947e15e2a19f3185aab /plugins/AVS/src/poll.h
parent3d03ebefdd8f81e84275d858be1aa56aae1e12f1 (diff)
minor code cleaning (stub removed)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/poll.h')
-rw-r--r--plugins/AVS/src/poll.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/AVS/src/poll.h b/plugins/AVS/src/poll.h
index a7db946467..39678f2b4e 100644
--- a/plugins/AVS/src/poll.h
+++ b/plugins/AVS/src/poll.h
@@ -21,6 +21,8 @@ Boston, MA 02111-1307, USA.
#ifndef __POLL_H__
# define __POLL_H__
+#define REQUEST_WAIT_TIME 3000
+
struct QueueItem
{
MCONTACT hContact;
@@ -31,6 +33,6 @@ void InitPolls();
void UninitPolls();
// Add an contact to a queue
-void QueueAdd(MCONTACT hContact);
+void QueueAdd(MCONTACT hContact, int waitTime = REQUEST_WAIT_TIME);
#endif // __POLL_H__