summaryrefslogtreecommitdiffstats
path: root/server/infopipe/infopipe.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-01-26 10:36:18 -0500
committerSimo Sorce <idra@samba.org>2009-01-27 11:44:12 -0500
commit133eafbed79bb1ca27604c4fea122b55ec998e9d (patch)
tree185b58e2a802a7f605c1b13234abe74eef28e0a9 /server/infopipe/infopipe.h
parent9dbee539a4c7e04e7cf41f3bfb16ef7c28274fcc (diff)
downloadsssd-133eafbed79bb1ca27604c4fea122b55ec998e9d.tar.gz
sssd-133eafbed79bb1ca27604c4fea122b55ec998e9d.tar.xz
sssd-133eafbed79bb1ca27604c4fea122b55ec998e9d.zip
Add skeleton for InfoPipe service
Diffstat (limited to 'server/infopipe/infopipe.h')
-rw-r--r--server/infopipe/infopipe.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/server/infopipe/infopipe.h b/server/infopipe/infopipe.h
new file mode 100644
index 000000000..c888b1daf
--- /dev/null
+++ b/server/infopipe/infopipe.h
@@ -0,0 +1,28 @@
+/*
+ SSSD
+
+ InfoPipe
+
+ Copyright (C) Stephen Gallagher <sgallagh@redhat.com> 2009
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#ifndef INFOPIPE_H_
+#define INFOPIPE_H_
+
+#define INFOPIPE_VERSION 0x0001
+#define INFOPIPE_SERVICE_NAME "infp"
+
+#endif /* INFOPIPE_H_ */