aboutsummaryrefslogtreecommitdiffstats
path: root/AffinityPanel.h
diff options
context:
space:
mode:
authorBartosz Fenski <fenio@debian.org>2008-04-26 13:57:14 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:22 +0200
commit2eabf3432b05b93ce4de9af283ae549d0f7c18c8 (patch)
tree3b1df05a91986850ce74f9b549fcc966fea64ab7 /AffinityPanel.h
parent6e3bbb32d3cd1c09b0d1a79c433e0728a7ea44f4 (diff)
parent9379132a8234eeedf62d37ef57713e52c12db6ab (diff)
downloaddebian_htop-2eabf3432b05b93ce4de9af283ae549d0f7c18c8.tar.gz
debian_htop-2eabf3432b05b93ce4de9af283ae549d0f7c18c8.tar.bz2
debian_htop-2eabf3432b05b93ce4de9af283ae549d0f7c18c8.zip
Imported Debian patch 0.7-1debian/0.7-1
Diffstat (limited to 'AffinityPanel.h')
-rw-r--r--AffinityPanel.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/AffinityPanel.h b/AffinityPanel.h
new file mode 100644
index 0000000..dfea3d7
--- /dev/null
+++ b/AffinityPanel.h
@@ -0,0 +1,19 @@
+/* Do not edit this file. It was automatically generated. */
+
+#ifndef HEADER_AffinityPanel
+#define HEADER_AffinityPanel
+
+
+#include "Panel.h"
+#include "CheckItem.h"
+
+#include "debug.h"
+#include <assert.h>
+
+Panel* AffinityPanel_new(int processorCount, unsigned long mask);
+
+unsigned long AffinityPanel_getAffinity(Panel* this);
+
+HandlerResult AffinityPanel_eventHandler(Panel* this, int ch);
+
+#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy