diff options
author | Carlo von lynX <lynX@time.to.get.psyced.org> | 2016-08-06 13:59:00 +0000 |
---|---|---|
committer | Carlo von lynX <lynX@time.to.get.psyced.org> | 2016-08-06 13:59:00 +0000 |
commit | 2506c0b954088dc5f9bf267678de89fe0d4ac53e (patch) | |
tree | f96258c0eff01b9721e3312c3f48e8b02300f1fe /src/include/gnunet_psyc_service.h | |
parent | 3dc01827860d9c809d6c0bbfea419afc4718701e (diff) |
probably the wrong place to address high-level features
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r-- | src/include/gnunet_psyc_service.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h index 4a99b001a7..a37ea1b9b5 100644 --- a/src/include/gnunet_psyc_service.h +++ b/src/include/gnunet_psyc_service.h @@ -631,10 +631,10 @@ struct GNUNET_PSYC_Master; /** - * Function called after connected to the PSYC service - * and the channel master started. + * Function called once we are connected to the PSYC service + * and the channel master is started. * - * Also called when reconnected to the service + * Also called when we reconnected to the service * after the connection closed unexpectedly. * * @param cls |