summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/src/glfs-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h
index 14268f4b3b2..b5d3f78bf7c 100644
--- a/api/src/glfs-internal.h
+++ b/api/src/glfs-internal.h
@@ -141,11 +141,11 @@
struct glfs;
-struct _upcall_entry_t {
+struct _upcall_entry {
struct list_head upcall_list;
struct gf_upcall upcall_data;
};
-typedef struct _upcall_entry_t upcall_entry;
+typedef struct _upcall_entry upcall_entry;
typedef int (*glfs_init_cbk) (struct glfs *fs, int ret);