diff options
Diffstat (limited to 'xlators/features/changelog/lib')
| -rw-r--r-- | xlators/features/changelog/lib/src/gf-changelog-journal-handler.c | 2 | ||||
| -rw-r--r-- | xlators/features/changelog/lib/src/gf-changelog-reborp.c | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog-journal-handler.c b/xlators/features/changelog/lib/src/gf-changelog-journal-handler.c index e5bc38f865d..2975b06757f 100644 --- a/xlators/features/changelog/lib/src/gf-changelog-journal-handler.c +++ b/xlators/features/changelog/lib/src/gf-changelog-journal-handler.c @@ -671,7 +671,7 @@ gf_changelog_process (void *data)          return NULL;  } -inline void +void  gf_changelog_queue_journal (gf_changelog_processor_t *jnl_proc,                              changelog_event_t *event)  { diff --git a/xlators/features/changelog/lib/src/gf-changelog-reborp.c b/xlators/features/changelog/lib/src/gf-changelog-reborp.c index 457d829e69b..2a1e56ae79e 100644 --- a/xlators/features/changelog/lib/src/gf-changelog-reborp.c +++ b/xlators/features/changelog/lib/src/gf-changelog-reborp.c @@ -197,7 +197,7 @@ gf_changelog_reborp_init_rpc_listner (xlator_t *this,   *   * @FIXME: cleanup this bugger once server filters events.   */ -inline void +void  gf_changelog_invoke_callback (gf_changelog_t *entry,                                struct iovec **vec, int payloadcnt)  { @@ -236,7 +236,7 @@ __is_expected_sequence (struct gf_event_list *ev, struct gf_event *event)          return (ev->next_seq == event->seq);  } -inline int +int  __can_process_event (struct gf_event_list *ev, struct gf_event **event)  {          *event = list_first_entry (&ev->events, struct gf_event, list);  | 
