David Turner [off-list ref] writes:
From: Nguyễn Thái Ngọc Duy <redacted>
Subject: Re: [PATCH v8 09/19] Add watchman support to reduce index refresh cost
Subject: watchman: support watchman to reduce index refresh cost
+static struct watchman_query_result* query_watchman(
+ struct index_state *istate, struct watchman_connection *connection,
+ const char *fs_path, const char *last_update)
+{
static struct watchman_query_result *query_watchman(
Asterisk sticks to the variable, not to the type.