summaryrefslogtreecommitdiffstats
path: root/cnd/inc/cnd_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'cnd/inc/cnd_event.h')
-rw-r--r--cnd/inc/cnd_event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cnd/inc/cnd_event.h b/cnd/inc/cnd_event.h
index 8c47ee1..07b4fff 100644
--- a/cnd/inc/cnd_event.h
+++ b/cnd/inc/cnd_event.h
@@ -2,7 +2,7 @@
#define CNE_EVENT_H
/*
** Copyright 2006, The Android Open Source Project
-** Copyright (c) 2010, Code Aurora Forum. All rights reserved.
+** Copyright (c) 2010, 2011 Code Aurora Forum. All rights reserved.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
@@ -19,11 +19,11 @@
#include "cne.h"
// Max number of fd's we watch at any one time. Increase if necessary.
-#define MAX_FD_EVENTS 8
+#define MAX_FD_EVENTS 128
typedef void (*cnd_event_cb)(int fd, void *userdata);
typedef int (*cneIntFnType)(void);
-typedef void (*cneProcessCmdFnType)(int, void*,size_t);
+typedef void (*cneProcessCmdFnType)(int, int, void*,size_t);
typedef void (*cneRegMsgCbFnType)(cne_messageCbType);
struct cnd_event {