diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-01-26 10:36:18 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-27 11:44:12 -0500 |
commit | 133eafbed79bb1ca27604c4fea122b55ec998e9d (patch) | |
tree | 185b58e2a802a7f605c1b13234abe74eef28e0a9 /server/infopipe/infopipe.h | |
parent | 9dbee539a4c7e04e7cf41f3bfb16ef7c28274fcc (diff) | |
download | sssd-133eafbed79bb1ca27604c4fea122b55ec998e9d.tar.gz sssd-133eafbed79bb1ca27604c4fea122b55ec998e9d.tar.bz2 sssd-133eafbed79bb1ca27604c4fea122b55ec998e9d.zip |
Add skeleton for InfoPipe service
Diffstat (limited to 'server/infopipe/infopipe.h')
-rw-r--r-- | server/infopipe/infopipe.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/server/infopipe/infopipe.h b/server/infopipe/infopipe.h new file mode 100644 index 00000000..c888b1da --- /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_ */ |