summaryrefslogtreecommitdiffstats
path: root/src/libcgroup-internal.h
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2010-03-08 12:46:04 +0100
committerDhaval Giani <dhaval.giani@gmail.com>2010-03-08 15:02:35 +0100
commitbd25620e502f6bc5f45705602eaf1c6530f70b97 (patch)
tree3959cfa19294379ef94deb04e97db127af34bf4d /src/libcgroup-internal.h
parent794b7a1c93515115359682ba2f7c6ecb1ca7586a (diff)
downloadlibcg-bd25620e502f6bc5f45705602eaf1c6530f70b97.tar.gz
libcg-bd25620e502f6bc5f45705602eaf1c6530f70b97.tar.xz
libcg-bd25620e502f6bc5f45705602eaf1c6530f70b97.zip
Remove last_errno from public header
Remove last_errno from public header, that's why we have cgroup_get_last_errno. Signed-off-by: Jan Safranek <jsafrane@redhat.com> Signed-off-by: Dhaval Giani <dhaval.giani@gmail.com>
Diffstat (limited to 'src/libcgroup-internal.h')
-rw-r--r--src/libcgroup-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libcgroup-internal.h b/src/libcgroup-internal.h
index b9ef442..8c5cc2f 100644
--- a/src/libcgroup-internal.h
+++ b/src/libcgroup-internal.h
@@ -108,6 +108,10 @@ struct cgroup_tree_handle {
int flags;
};
+/**
+ * per thread errno variable, to be used when return code is ECGOTHER
+ */
+extern __thread int last_errno;
/* Internal API */
char *cg_build_path(char *name, char *path, char *type);