about summary refs log tree commit homepage
path: root/cmogstored.h
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-05-07 00:09:59 +0000
committerEric Wong <normalperson@yhbt.net>2013-05-07 00:09:59 +0000
commitaf2624af37a991961fe5b4089c10dd704b34273f (patch)
tree5b04506b2d67be837f137ee6bfd9ec8440582309 /cmogstored.h
parent3fe3459b3bec070a2618aae9d9c66c0fb15b680d (diff)
downloadcmogstored-systemtap.tar.gz
mog_fd_init enforces setting the correct type, so relegate
mog_fd_get to private usage inside fdmap.c
Diffstat (limited to 'cmogstored.h')
-rw-r--r--cmogstored.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmogstored.h b/cmogstored.h
index c958a87..ee6a6fa 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -287,7 +287,6 @@ struct mog_fd {
                 struct mog_svc *svc;
         } as;
 };
-struct mog_fd *mog_fd_get(int fd);
 void mog_fd_put(struct mog_fd *mfd);
 void mog_fdmap_requeue(struct mog_queue *quit_queue);
 size_t mog_fdmap_expire(uint32_t sec);